From 56f2cefdaf17341065fdbef0cd21ed1dcb65666d Mon Sep 17 00:00:00 2001 From: Alexey Popravka Date: Wed, 19 Apr 2017 22:05:27 +0300 Subject: [PATCH] bump version: v0.7.1 --- CHANGES.txt | 8 ++++++++ aioes/__init__.py | 2 +- requirements-dev.txt | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 25c3649..18d3d9c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ CHANGES ------- +0.7.1 (2017-04-19) +^^^^^^^^^^^^^^^^^^ + +* Allow custom ``Connector`` in ``Transport``: #138, #137. + +* Several typos in documentation fixed. + + 0.7.0 (2017-03-29) ^^^^^^^^^^^^^^^^^^ diff --git a/aioes/__init__.py b/aioes/__init__.py index d2bbd1b..6b9fca5 100644 --- a/aioes/__init__.py +++ b/aioes/__init__.py @@ -10,7 +10,7 @@ 'ConflictError', 'RequestError', 'TransportError') -__version__ = '0.7.0' +__version__ = '0.7.1' version = __version__ + ' , Python ' + sys.version diff --git a/requirements-dev.txt b/requirements-dev.txt index e71be17..85b8e94 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,5 +8,6 @@ pytest-cov==2.4.0 pytest-aiohttp==0.1.3 # pytest-sugar==0.8.0 sphinx==1.5.3 +sphinxcontrib-spelling==2.3.0 docker-py==1.10.6 -e .