summaryrefslogtreecommitdiff
path: root/src/pytz/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pytz/__init__.py')
-rw-r--r--src/pytz/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
index 022f1dd..4fec812 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -22,8 +22,8 @@ from pytz.tzfile import build_tzinfo
# The IANA (nee Olson) database is updated several times a year.
-OLSON_VERSION = '2022b'
-VERSION = '2022.2.1' # pip compatible version number.
+OLSON_VERSION = '2022d'
+VERSION = '2022.4' # pip compatible version number.
__version__ = VERSION
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling