Skip to content

Commit b837944

Browse files
committed
Bump version numbers to 2022.7.1 and 2022g
Patch release
1 parent 14d9199 commit b837944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pytz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# The IANA (nee Olson) database is updated several times a year.
2525
OLSON_VERSION = '2022g'
26-
VERSION = '2022.7' # pip compatible version number.
26+
VERSION = '2022.7.1' # pip compatible version number.
2727
__version__ = VERSION
2828

2929
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling

src/pytz/tests/test_tzinfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# I test for expected version to ensure the correct version of pytz is
2929
# actually being tested.
30-
EXPECTED_VERSION = '2022.7'
30+
EXPECTED_VERSION = '2022.7.1'
3131
EXPECTED_OLSON_VERSION = '2022g'
3232

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

0 commit comments

Comments
 (0)