Skip to content

Commit a02e976

Browse files
committed
Bump to 5.0.0
1 parent d41493d commit a02e976

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

CHANGES.rst

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,32 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
5.0.0 (2020-10-12)
18+
==================
19+
20+
Features
21+
--------
22+
23+
- Provide wheels for aarch64, i686, ppc64le, s390x architectures on Linux
24+
as well as x86_64.
25+
`#500 <https://github.com/aio-libs/multidict/issues/500>`_
26+
- Provide wheels for Python 3.9.
27+
`#534 <https://github.com/aio-libs/multidict/issues/534>`_
28+
29+
Removal
30+
-------
31+
32+
- Drop Python 3.5 support; Python 3.6 is the minimal supported Python version.
33+
34+
Misc
35+
----
36+
37+
- `#503 <https://github.com/aio-libs/multidict/issues/503>`_
38+
39+
40+
----
41+
42+
1743
4.7.6 (2020-05-15)
1844
==================
1945

@@ -34,7 +60,9 @@ Bugfixes
3460
Bugfixes
3561
--------
3662

37-
- Fixed creating and updating of MultiDict from a sequence of pairs and keyword arguments. Previously passing a list argument modified it inplace, and other sequences caused an error.
63+
- Fixed creating and updating of MultiDict from a sequence of pairs and keyword
64+
arguments. Previously passing a list argument modified it inplace, and other sequences
65+
caused an error.
3866
`#457 <https://github.com/aio-libs/multidict/issues/457>`_
3967
- Fixed comparing with mapping: an exception raised in the
4068
:py:func:`~object.__len__` method caused raising a SyntaxError.

CHANGES/503.misc

Lines changed: 0 additions & 2 deletions
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.6"
23+
__version__ = "5.0.0"
2424

2525

2626
try:

0 commit comments

Comments
 (0)