mirror of https://github.com/jab/bidict.git
Prepare for 0.22 release
This commit is contained in:
parent
60b2476498
commit
bf8a673353
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue