We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a8f38 commit 00ad7f1Copy full SHA for 00ad7f1
src/pytz/__init__.py
@@ -22,8 +22,8 @@
22
23
24
# The IANA (nee Olson) database is updated several times a year.
25
-OLSON_VERSION = '2024b'
26
-VERSION = '2024.2' # pip compatible version number.
+OLSON_VERSION = '2025a'
+VERSION = '2025.1' # pip compatible version number.
27
__version__ = VERSION
28
29
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
src/pytz/tests/test_tzinfo.py
@@ -27,8 +27,8 @@
# I test for expected version to ensure the correct version of pytz is
# actually being tested.
30
-EXPECTED_VERSION = '2024.2'
31
-EXPECTED_OLSON_VERSION = '2024b'
+EXPECTED_VERSION = '2025.1'
+EXPECTED_OLSON_VERSION = '2025a'
32
33
fmt = '%Y-%m-%d %H:%M:%S %Z%z'
34
0 commit comments