Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 12, 2017
1 parent 029433e commit 7212e26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install:
- sudo apt-get install enchant
- pip install --upgrade pip wheel
- pip install --upgrade setuptools
- pip install --upgrade setuptools-git
- pip install -r requirements-ci.txt
- pip install aiodns
- pip install codecov
Expand Down
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

2.0.7 (2017-04-12)
------------------

- Fix pypi distribution

- Fix exception description #1807

- Handle socket error in FileResponse #1773

- Cancel websocket heartbeat on close #1793


2.0.6 (2017-04-06)
------------------
Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.0.6'
__version__ = '2.0.7'

# This relies on each of the submodules having an __all__ variable.

Expand Down

0 comments on commit 7212e26

Please sign in to comment.