Skip to content

Commit 058834e

Browse files
committed
Bump the project version to 6.0.3
1 parent 4099ce6 commit 058834e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
6.0.3 (2022-12-03)
18+
==================
19+
20+
Features
21+
--------
22+
23+
- Declared the official support for Python 3.11 — by :user:`mlegner`. (:issue:`872`)
24+
25+
1726
6.0.2 (2022-01-24)
1827
==================
1928

CHANGES/872.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"getversion",
2121
)
2222

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

2525

2626
try:

0 commit comments

Comments
 (0)