Skip to content

Commit 76ed158

Browse files
author
Stuart Bishop
committed
2020.5 / 2020e release
1 parent b83f879 commit 76ed158

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pytz/__init__.py

Lines changed: 2 additions & 2 deletions
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 = '2020d'
26-
VERSION = '2020.4' # pip compatible version number.
25+
OLSON_VERSION = '2020e'
26+
VERSION = '2020.5' # pip compatible version number.
2727
__version__ = VERSION
2828

2929
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling

src/pytz/tests/test_tzinfo.py

Lines changed: 2 additions & 2 deletions
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.4'
31-
EXPECTED_OLSON_VERSION = '2020d'
30+
EXPECTED_VERSION = '2020.5'
31+
EXPECTED_OLSON_VERSION = '2020e'
3232

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

0 commit comments

Comments
 (0)