diff --git a/CHANGES.rst b/CHANGES.rst index f24dd8820..706bb9019 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,15 @@ Changelog .. towncrier release notes start +6.0.3 (2022-12-03) +================== + +Features +-------- + +- Declared the official support for Python 3.11 — by :user:`mlegner`. (:issue:`872`) + + 6.0.2 (2022-01-24) ================== diff --git a/CHANGES/872.feature.rst b/CHANGES/872.feature.rst deleted file mode 100644 index 82307faa6..000000000 --- a/CHANGES/872.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Declared the official support for Python 3.11 — by :user:`mlegner`. diff --git a/multidict/__init__.py b/multidict/__init__.py index 0f3c5ed56..33f62703c 100644 --- a/multidict/__init__.py +++ b/multidict/__init__.py @@ -20,7 +20,7 @@ "getversion", ) -__version__ = "6.0.2" +__version__ = "6.0.3" try: