Skip to content

Commit 0ccabea

Browse files
committed
Bump release to 2025.1
1 parent d0078ca commit 0ccabea

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-
2025.1rc0
1+
2025.1

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__ = "2025.1rc0"
3+
__version__ = "2025.1"
44

55
# This exposes the original IANA version number.
66
IANA_VERSION = "2025a"

0 commit comments

Comments
 (0)