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 9477a0f commit d957cfaCopy full SHA for d957cfa
VERSION
@@ -1 +1 @@
1
-2025.2
+2025.2.post0
src/tzdata/__init__.py
@@ -1,6 +1,6 @@
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
2
# way to translate the version is to use YYYY.n where `n` is a 0-based index.
3
-__version__ = "2025.2"
+__version__ = "2025.2.post0"
4
5
# This exposes the original IANA version number.
6
IANA_VERSION = "2025b"
0 commit comments