Skip to content

Commit

Permalink
Bump to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 3, 2020
1 parent 14f433d commit c3eed83
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ Changelog

.. towncrier release notes start
5.1.0 (2020-12-03)
==================

Features
--------

- Support ``GenericAliases`` (``MultiDict[str]``) for Python 3.9+
`#553 <https://github.com/aio-libs/multidict/issues/553>`_


Bugfixes
--------

- Synchronize the declared supported Python versions in ``setup.py`` with actually supported and tested ones.
`#552 <https://github.com/aio-libs/multidict/issues/552>`_


----


5.0.1 (2020-11-14)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/553.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__ = "5.0.2"
__version__ = "5.1.0"


try:
Expand Down

0 comments on commit c3eed83

Please sign in to comment.