Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Commit

Permalink
bump version: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Apr 19, 2017
1 parent 573ab52 commit 56f2cef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion aioes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'ConflictError', 'RequestError', 'TransportError')


__version__ = '0.7.0'
__version__ = '0.7.1'

version = __version__ + ' , Python ' + sys.version

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 56f2cef

Please sign in to comment.