Prepare for 0.22 release

This commit is contained in:
Joshua Bronson 2022-03-23 22:09:35 +00:00
parent 60b2476498
commit bf8a673353
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ Tip:
to be notified when new versions of bidict are released.
0.22.0 (not yet released)
-------------------------
0.22.0 (2022-03-23)
-------------------
- Drop support for Python 3.6, which reached end of life on 2021-12-23
and is no longer supported by pip as of pip version 22.

View File

@ -7,7 +7,7 @@
"""Define bidict package metadata."""
__version__ = '0.22.0.dev0'
__version__ = '0.22.0'
__author__ = 'Joshua Bronson'
__maintainer__ = 'Joshua Bronson'
__copyright__ = 'Copyright 2009-2022 Joshua Bronson'