Skip to content

Commit 484b523

Browse files
committed
Bump to 6.0.2
1 parent 2f4af01 commit 484b523

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
6.0.2 (2022-01-24)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- Revert :issue:`644`, restore type annotations to as-of 5.2.0 version. (:issue:`688`)
24+
25+
1726
6.0.1 (2022-01-23)
1827
==================
1928

CHANGES/688.bugfix

-1
This file was deleted.

multidict/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"getversion",
2121
)
2222

23-
__version__ = "6.0.1"
23+
__version__ = "6.0.2"
2424

2525

2626
try:

0 commit comments

Comments
 (0)