Skip to content

Commit dfbafac

Browse files
committed
Bump version number to 2026.1 (2026a)
1 parent 7034275 commit dfbafac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pytz/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

2424
# The IANA (nee Olson) database is updated several times a year.
25-
OLSON_VERSION = '2025b'
26-
VERSION = '2025.2' # pip compatible version number.
25+
OLSON_VERSION = '2026a'
26+
VERSION = '2026.1' # pip compatible version number.
2727
__version__ = VERSION
2828

2929
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling

0 commit comments

Comments
 (0)