Skip to content

Commit a897868

Browse files
committed
Bump to 4.7.4
1 parent edb0e9f commit a897868

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
4.7.4 (2020-01-11)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- ``MultiDict.iter`` fix memory leak when used iterator over `multidict` instance.
24+
`#452 <https://github.com/aio-libs/multidict/issues/452>`_
25+
26+
27+
----
28+
29+
1730
4.7.3 (2019-12-30)
1831
==================
1932

CHANGES/452.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"getversion"
2121
)
2222

23-
__version__ = "4.7.3"
23+
__version__ = "4.7.4"
2424

2525

2626
try:

0 commit comments

Comments
 (0)