Skip to content

Commit

Permalink
Bump to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 20, 2019
1 parent eb2c7b1 commit fb2844e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Changelog

.. towncrier release notes start
4.6.0 (2019-11-20)
====================

Bugfixes
--------

- Fix GC object tracking.
`#314 <https://github.com/aio-libs/aiohttp/issues/314>`_
- Preserve the case of `istr` strings.
`#374 <https://github.com/aio-libs/aiohttp/issues/374>`_
- Generate binary wheels for Python 3.8.
1 change: 0 additions & 1 deletion CHANGES/314.bugfix

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"istr",
)

__version__ = "4.6.0a3"
__version__ = "4.6.0"


try:
Expand Down

0 comments on commit fb2844e

Please sign in to comment.