Prepare for 0.21.4 release

This commit is contained in:
Joshua Bronson 2021-10-23 20:38:53 +00:00
parent 98797eb40d
commit 88953dc075
2 changed files with 8 additions and 1 deletions

View File

@ -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)
-------------------

View File

@ -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'