Skip to content

Commit b3b0aef

Browse files
author
Stuart Bishop
committed
Bump version numbers to 2021.1/2021a
1 parent f8bad81 commit b3b0aef

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 = '2020e'
26-
VERSION = '2020.5' # pip compatible version number.
25+
OLSON_VERSION = '2021a'
26+
VERSION = '2021.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

+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 = '2020.5'
31-
EXPECTED_OLSON_VERSION = '2020e'
30+
EXPECTED_VERSION = '2021.1'
31+
EXPECTED_OLSON_VERSION = '2021a'
3232

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

0 commit comments

Comments
 (0)