Skip to content

Commit

Permalink
Bump to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Mar 4, 2018
1 parent a925f90 commit e0c1110
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Changelog

.. towncrier release notes start
3.0.6 (2018-03-05)
==================

- Add ``_reuse_address`` and ``_reuse_port`` to
``web_runner.TCPSite.__slots__``. (#2792)

3.0.5 (2018-02-27)
==================

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__ = '3.0.5'
__version__ = '3.0.6'

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

Expand Down

0 comments on commit e0c1110

Please sign in to comment.