We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7034275 commit dfbafacCopy full SHA for dfbafac
1 file changed
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 = '2025b'
26
-VERSION = '2025.2' # pip compatible version number.
+OLSON_VERSION = '2026a'
+VERSION = '2026.1' # pip compatible version number.
27
__version__ = VERSION
28
29
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
0 commit comments