Skip to content

Commit

Permalink
Post release 2023.3.post1 for Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stub42 committed Sep 5, 2023
1 parent 0205fd6 commit 1acdc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pytz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# The IANA (nee Olson) database is updated several times a year.
OLSON_VERSION = '2023c'
VERSION = '2023.3' # pip compatible version number.
VERSION = '2023.3.post1' # pip compatible version number.
__version__ = VERSION

OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
Expand Down
2 changes: 1 addition & 1 deletion src/pytz/tests/test_tzinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# I test for expected version to ensure the correct version of pytz is
# actually being tested.
EXPECTED_VERSION = '2023.3'
EXPECTED_VERSION = '2023.3.post1'
EXPECTED_OLSON_VERSION = '2023c'

fmt = '%Y-%m-%d %H:%M:%S %Z%z'
Expand Down

0 comments on commit 1acdc7f

Please sign in to comment.