Skip to content

Commit dda85cf

Browse files
committed
Bump to 4.7.3
1 parent 4c87f15 commit dda85cf

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
4.7.3 (2019-12-30)
18+
==================
19+
20+
Features
21+
--------
22+
23+
- Implement ``__sizeof__`` function to correctly calculate all internal structures size.
24+
`#444 <https://github.com/aio-libs/multidict/issues/444>`_
25+
- Expose ``getversion()`` function.
26+
`#451 <https://github.com/aio-libs/multidict/issues/451>`_
27+
28+
29+
Bugfixes
30+
--------
31+
32+
- Fix crashes in ``popone``/``popall`` when default is returned.
33+
`#450 <https://github.com/aio-libs/multidict/issues/450>`_
34+
35+
36+
Improved Documentation
37+
----------------------
38+
39+
- Corrected the documentation for ``MultiDict.extend()``
40+
`#446 <https://github.com/aio-libs/multidict/issues/446>`_
41+
42+
43+
----
44+
45+
1746
4.7.2 (2019-12-20)
1847
==================
1948

CHANGES/444.feature

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

CHANGES/446.doc

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

CHANGES/450.bugfix

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

CHANGES/451.feature

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.2"
23+
__version__ = "4.7.3"
2424

2525

2626
try:

0 commit comments

Comments
 (0)