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 8af58de commit c7bf688Copy full SHA for c7bf688
VERSION
@@ -1 +1 @@
1
-2023.4rc0
+2023.4
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__ = "2023.4rc0"
+__version__ = "2023.4"
4
5
# This exposes the original IANA version number.
6
IANA_VERSION = "2023d"
0 commit comments