diff --git a/CHANGES.rst b/CHANGES.rst index 0df8b1fe2..f24dd8820 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,15 @@ Changelog .. towncrier release notes start +6.0.2 (2022-01-24) +================== + +Bugfixes +-------- + +- Revert :issue:`644`, restore type annotations to as-of 5.2.0 version. (:issue:`688`) + + 6.0.1 (2022-01-23) ================== diff --git a/CHANGES/688.bugfix b/CHANGES/688.bugfix deleted file mode 100644 index 0f222b498..000000000 --- a/CHANGES/688.bugfix +++ /dev/null @@ -1 +0,0 @@ -Revert :issue:`644`, restore type annotations to as-of 5.2.0 version. \ No newline at end of file diff --git a/multidict/__init__.py b/multidict/__init__.py index 6f14924db..0f3c5ed56 100644 --- a/multidict/__init__.py +++ b/multidict/__init__.py @@ -20,7 +20,7 @@ "getversion", ) -__version__ = "6.0.1" +__version__ = "6.0.2" try: