From a02e976ff173b377f30a09b1a021a1c8a81d4594 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 12 Oct 2020 12:19:59 +0300 Subject: [PATCH] Bump to 5.0.0 --- CHANGES.rst | 30 +++++++++++++++++++++++++++++- CHANGES/503.misc | 2 -- multidict/__init__.py | 2 +- 3 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 CHANGES/503.misc diff --git a/CHANGES.rst b/CHANGES.rst index c79b063a2..8603671db 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,32 @@ Changelog .. towncrier release notes start +5.0.0 (2020-10-12) +================== + +Features +-------- + +- Provide wheels for aarch64, i686, ppc64le, s390x architectures on Linux + as well as x86_64. + `#500 `_ +- Provide wheels for Python 3.9. + `#534 `_ + +Removal +------- + +- Drop Python 3.5 support; Python 3.6 is the minimal supported Python version. + +Misc +---- + +- `#503 `_ + + +---- + + 4.7.6 (2020-05-15) ================== @@ -34,7 +60,9 @@ Bugfixes Bugfixes -------- -- 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. +- 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. `#457 `_ - Fixed comparing with mapping: an exception raised in the :py:func:`~object.__len__` method caused raising a SyntaxError. diff --git a/CHANGES/503.misc b/CHANGES/503.misc deleted file mode 100644 index 6f6a3c8a4..000000000 --- a/CHANGES/503.misc +++ /dev/null @@ -1,2 +0,0 @@ -Removed pip as a PEP 518 build dependency -which was not required to build multidict. diff --git a/multidict/__init__.py b/multidict/__init__.py index 25302cdc6..e653719f4 100644 --- a/multidict/__init__.py +++ b/multidict/__init__.py @@ -20,7 +20,7 @@ "getversion", ) -__version__ = "4.7.6" +__version__ = "5.0.0" try: