Skip to content

Commit 00ad7f1

Browse files
committed
Bump version numbers to 2025.1 / 2025a
1 parent f3a8f38 commit 00ad7f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pytz/__init__.py

+2-2
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 = '2024b'
26-
VERSION = '2024.2' # pip compatible version number.
25+
OLSON_VERSION = '2025a'
26+
VERSION = '2025.1' # pip compatible version number.
2727
__version__ = VERSION
2828

2929
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling

src/pytz/tests/test_tzinfo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
# I test for expected version to ensure the correct version of pytz is
2929
# actually being tested.
30-
EXPECTED_VERSION = '2024.2'
31-
EXPECTED_OLSON_VERSION = '2024b'
30+
EXPECTED_VERSION = '2025.1'
31+
EXPECTED_OLSON_VERSION = '2025a'
3232

3333
fmt = '%Y-%m-%d %H:%M:%S %Z%z'
3434

0 commit comments

Comments
 (0)