Skip to content

Commit

Permalink
2020.5 / 2020e release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Bishop committed Dec 24, 2020
1 parent b83f879 commit 76ed158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pytz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@


# The IANA (nee Olson) database is updated several times a year.
OLSON_VERSION = '2020d'
VERSION = '2020.4' # pip compatible version number.
OLSON_VERSION = '2020e'
VERSION = '2020.5' # pip compatible version number.
__version__ = VERSION

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

# I test for expected version to ensure the correct version of pytz is
# actually being tested.
EXPECTED_VERSION = '2020.4'
EXPECTED_OLSON_VERSION = '2020d'
EXPECTED_VERSION = '2020.5'
EXPECTED_OLSON_VERSION = '2020e'

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

Expand Down

0 comments on commit 76ed158

Please sign in to comment.