Skip to content

Commit c611ec7

Browse files
Bump to 2026.2
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent b374c00 commit c611ec7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

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

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

55
# This exposes the original IANA version number.
66
IANA_VERSION = "2026b"

0 commit comments

Comments
 (0)