From a6867f1c7463d85456b6005bf2cf6af0c507179d Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Sat, 13 Aug 2022 12:06:33 +1000 Subject: Bump version numbers to 2022.2.1/2022b --- src/pytz/__init__.py | 2 +- src/pytz/tests/test_tzinfo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py index 0dff5f1..022f1dd 100644 --- a/src/pytz/__init__.py +++ b/src/pytz/__init__.py @@ -23,7 +23,7 @@ from pytz.tzfile import build_tzinfo # The IANA (nee Olson) database is updated several times a year. OLSON_VERSION = '2022b' -VERSION = '2022.2' # pip compatible version number. +VERSION = '2022.2.1' # pip compatible version number. __version__ = VERSION OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py index 3e3d6f2..e797ce0 100644 --- a/src/pytz/tests/test_tzinfo.py +++ b/src/pytz/tests/test_tzinfo.py @@ -27,7 +27,7 @@ from pytz.tzinfo import DstTzInfo, StaticTzInfo # noqa # I test for expected version to ensure the correct version of pytz is # actually being tested. -EXPECTED_VERSION = '2022.2' +EXPECTED_VERSION = '2022.2.1' EXPECTED_OLSON_VERSION = '2022b' fmt = '%Y-%m-%d %H:%M:%S %Z%z' -- cgit v1.2.1