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 2e96ba5 commit 162e6a8Copy full SHA for 162e6a8
VERSION
@@ -1 +1 @@
1
-2022.2rc0
+2022.2
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__ = "2022.2rc0"
+__version__ = "2022.2"
4
5
# This exposes the original IANA version number.
6
IANA_VERSION = "2022b"
0 commit comments