Skip to content

Commit

Permalink
Bump to 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 11, 2020
1 parent edb0e9f commit a897868
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ Changelog

.. towncrier release notes start
4.7.4 (2020-01-11)
==================

Bugfixes
--------

- ``MultiDict.iter`` fix memory leak when used iterator over `multidict` instance.
`#452 <https://github.com/aio-libs/multidict/issues/452>`_


----


4.7.3 (2019-12-30)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/452.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 @@ -20,7 +20,7 @@
"getversion"
)

__version__ = "4.7.3"
__version__ = "4.7.4"


try:
Expand Down

0 comments on commit a897868

Please sign in to comment.