Skip to content

Commit

Permalink
Bump to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 24, 2022
1 parent 2f4af01 commit 484b523
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/688.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"getversion",
)

__version__ = "6.0.1"
__version__ = "6.0.2"


try:
Expand Down

0 comments on commit 484b523

Please sign in to comment.