Skip to content

Commit

Permalink
Prepare for 0.23.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Feb 18, 2024
1 parent 886187a commit 636f5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -23,8 +23,8 @@ please consider sponsoring bidict on GitHub.`
Click the "Watch" dropdown, choose "Custom", and then choose "Releases".


0.23.1 (not yet released)
-------------------------
0.23.1 (2024-02-18)
-------------------

Fix a regression in 0.23.0 that could defeat type inference
of a bidict's key type and value type when running in Python 3.8 or 3.9.
Expand Down
2 changes: 1 addition & 1 deletion bidict/metadata.py
Expand Up @@ -6,7 +6,7 @@

"""Define bidict package metadata."""

__version__ = '0.23.1.dev0'
__version__ = '0.23.1'
__author__ = {'name': 'Joshua Bronson', 'email': 'jabronson@gmail.com'}
__copyright__ = '© 2009-2024 Joshua Bronson'
__description__ = 'The bidirectional mapping library for Python.'
Expand Down

0 comments on commit 636f5a6

Please sign in to comment.