Skip to content

Commit c7cf378

Browse files
committed
Bump version numbers to 2022b/2022.2
1 parent d0d613c commit c7cf378

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pytz/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

2424
# The IANA (nee Olson) database is updated several times a year.
25-
OLSON_VERSION = '2022a'
26-
VERSION = '2022.1' # pip compatible version number.
25+
OLSON_VERSION = '2022b'
26+
VERSION = '2022.2' # pip compatible version number.
2727
__version__ = VERSION
2828

2929
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling

src/pytz/tests/test_tzinfo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
# I test for expected version to ensure the correct version of pytz is
2929
# actually being tested.
30-
EXPECTED_VERSION = '2022.1'
31-
EXPECTED_OLSON_VERSION = '2022a'
30+
EXPECTED_VERSION = '2022.2'
31+
EXPECTED_OLSON_VERSION = '2022b'
3232

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

0 commit comments

Comments
 (0)