From 1de466e45a8d90823933f28e579d398a36aa7cdf Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sun, 3 Oct 2021 21:44:48 +0300 Subject: [PATCH] Bump to 5.2.0 --- CHANGES.rst | 2 +- multidict/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e3d79f187..56f953f91 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,7 @@ Changelog .. towncrier release notes start -5.2.0a25 (2021-10-03) +5.2.0 (2021-10-03) ===================== Features diff --git a/multidict/__init__.py b/multidict/__init__.py index 67b7ae3a2..98cf67706 100644 --- a/multidict/__init__.py +++ b/multidict/__init__.py @@ -20,7 +20,7 @@ "getversion", ) -__version__ = "5.2.0a25" +__version__ = "5.2.0" try: