Skip to content

Commit

Permalink
Bump to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 29, 2017
1 parent d5fa985 commit 5577631
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Changelog

.. towncrier release notes start
2.3.4 (2017-11-29)
==================

- Make `request.app` point to proper application instance when using nested
applications (with middlewares). (#2550)
- Change base class of ClientConnectorSSLError to ClientSSLError from
ClientConnectorError. (#2563)
- Return client connection back to free pool on error in `connector.connect()`.
(#2567)


2.3.3 (2017-11-17)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/2550.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2563.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2567.bugfix

This file was deleted.

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.3.3'
__version__ = '2.3.4'

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

Expand Down

0 comments on commit 5577631

Please sign in to comment.