Skip to content

Commit

Permalink
Prepare for 0.21.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Oct 23, 2021
1 parent 98797eb commit 88953dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -24,6 +24,13 @@ Tip: Subscribe to releases
to be notified when new versions of ``bidict`` are released.


0.21.4 (2021-10-23)
-------------------

Explicitly declare support for Python 3.10
as well as some minor internal improvements.


0.21.3 (2021-09-05)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion bidict/metadata.py
Expand Up @@ -8,7 +8,7 @@
"""Define bidict package metadata."""


__version__ = '0.21.4.dev'
__version__ = '0.21.4'
__author__ = 'Joshua Bronson'
__maintainer__ = 'Joshua Bronson'
__copyright__ = 'Copyright 2009-2021 Joshua Bronson'
Expand Down

0 comments on commit 88953dc

Please sign in to comment.