Skip to content

Commit

Permalink
Bump to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 20, 2019
1 parent 613fd15 commit f55e46d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Changelog

.. towncrier release notes start
4.7.2 (2019-12-20)
==================

Bugfixes
--------

- Fix crashing when multidict is used pyinstaller
`#432 <https://github.com/aio-libs/multidict/issues/432>`_
- Fix typing for `CIMultiDict.copy`
`#434 <https://github.com/aio-libs/multidict/issues/434>`_
- Fix memory leak in ``MultiDict.copy()``
`#443 <https://github.com/aio-libs/multidict/issues/443>`_


----


4.7.1 (2019-12-12)
==================

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/443.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.7.1"
__version__ = "4.7.2"


try:
Expand Down

0 comments on commit f55e46d

Please sign in to comment.