Skip to content

Commit

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

.. towncrier release notes start
4.7.3 (2019-12-30)
==================

Features
--------

- Implement ``__sizeof__`` function to correctly calculate all internal structures size.
`#444 <https://github.com/aio-libs/multidict/issues/444>`_
- Expose ``getversion()`` function.
`#451 <https://github.com/aio-libs/multidict/issues/451>`_


Bugfixes
--------

- Fix crashes in ``popone``/``popall`` when default is returned.
`#450 <https://github.com/aio-libs/multidict/issues/450>`_


Improved Documentation
----------------------

- Corrected the documentation for ``MultiDict.extend()``
`#446 <https://github.com/aio-libs/multidict/issues/446>`_


----


4.7.2 (2019-12-20)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/444.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/446.doc

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/451.feature

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


try:
Expand Down

0 comments on commit dda85cf

Please sign in to comment.