Skip to content

Commit c7bf688

Browse files
committed
Bump version to 2023.4
1 parent 8af58de commit c7bf688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.4rc0
1+
2023.4

src/tzdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
22
# way to translate the version is to use YYYY.n where `n` is a 0-based index.
3-
__version__ = "2023.4rc0"
3+
__version__ = "2023.4"
44

55
# This exposes the original IANA version number.
66
IANA_VERSION = "2023d"

0 commit comments

Comments
 (0)