From d486db8f1b0e05f389845a4a82647d272d63a8e0 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Fri, 29 Dec 2023 10:37:30 -0500 Subject: [PATCH] Bump version to 2023.4 --- VERSION | 2 +- src/tzdata/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e4bd06b..f416694 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2023.4rc0 \ No newline at end of file +2023.4 \ No newline at end of file diff --git a/src/tzdata/__init__.py b/src/tzdata/__init__.py index 59dd77b..b74233c 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__ = "2023.4rc0" +__version__ = "2023.4" # This exposes the original IANA version number. IANA_VERSION = "2023d"