From 842c5384d0a02c30de513b33277369d488f374c2 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Tue, 19 May 2020 12:36:01 -0400 Subject: [PATCH] Bump version to 2020.1 --- VERSION | 2 +- src/tzdata/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 60a460c..d99cf4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.1rc1 \ No newline at end of file +2020.1 \ No newline at end of file diff --git a/src/tzdata/__init__.py b/src/tzdata/__init__.py index c695989..2b8a8c7 100644 --- a/src/tzdata/__init__.py +++ b/src/tzdata/__init__.py @@ -1,6 +1,6 @@ # IANA versions like 2020a are not valid PEP 440 identifiers; the recommended # way to translate the version is to use YYYY.n where `n` is a 0-based index. -__version__ = "2020.1rc1" +__version__ = "2020.1" # This exposes the original IANA version number. IANA_VERSION = "2020a"