Skip to content

Commit

Permalink
Bump version numbers to 2022.7/2022g
Browse files Browse the repository at this point in the history
  • Loading branch information
stub42 committed Dec 18, 2022
1 parent 7285e70 commit ce19dbe
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
Expand Up @@ -22,8 +22,8 @@


# The IANA (nee Olson) database is updated several times a year.
OLSON_VERSION = '2022f'
VERSION = '2022.6' # pip compatible version number.
OLSON_VERSION = '2022g'
VERSION = '2022.7' # 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
Expand Up @@ -27,8 +27,8 @@

# I test for expected version to ensure the correct version of pytz is
# actually being tested.
EXPECTED_VERSION = '2022.6'
EXPECTED_OLSON_VERSION = '2022f'
EXPECTED_VERSION = '2022.7'
EXPECTED_OLSON_VERSION = '2022g'

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

Expand Down

0 comments on commit ce19dbe

Please sign in to comment.