Skip to content

Commit

Permalink
Bump the project version to 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 3, 2022
1 parent 4099ce6 commit 058834e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Expand Up @@ -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)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/872.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion multidict/__init__.py
Expand Up @@ -20,7 +20,7 @@
"getversion",
)

__version__ = "6.0.2"
__version__ = "6.0.3"


try:
Expand Down

0 comments on commit 058834e

Please sign in to comment.