summaryrefslogtreecommitdiff
path: root/src/pytz/tests/test_tzinfo.py
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2022-08-13 12:06:33 +1000
committerStuart Bishop <stuart@stuartbishop.net>2022-08-13 12:06:33 +1000
commita6867f1c7463d85456b6005bf2cf6af0c507179d (patch)
tree7eb99fe0e2857afa00882ea78ea334455680bc82 /src/pytz/tests/test_tzinfo.py
parent07aa4d962dae5cb7ced4f61fe85a9001a01676df (diff)
downloadpytz-git-a6867f1c7463d85456b6005bf2cf6af0c507179d.tar.gz
Bump version numbers to 2022.2.1/2022brelease_2022.2.1
Diffstat (limited to 'src/pytz/tests/test_tzinfo.py')
-rw-r--r--src/pytz/tests/test_tzinfo.py2
1 files changed, 1 insertions, 1 deletions
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'