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 72c1754 commit 842c538Copy full SHA for 842c538
VERSION
@@ -1 +1 @@
1
-2020.1rc1
+2020.1
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__ = "2020.1rc1"
+__version__ = "2020.1"
4
5
# This exposes the original IANA version number.
6
IANA_VERSION = "2020a"
0 commit comments