diff --git a/VERSION b/VERSION index 094fd7a..bb4b488 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.2rc0 \ No newline at end of file +2022.2 \ No newline at end of file diff --git a/src/tzdata/__init__.py b/src/tzdata/__init__.py index 561af32..9cd0374 100644 --- a/src/tzdata/__init__.py +++ b/src/tzdata/__init__.py @@ -1,6 +1,6 @@ # IANA versions like 2020a are not valid PEP 440 identifiers; the recommended # way to translate the version is to use YYYY.n where `n` is a 0-based index. -__version__ = "2022.2rc0" +__version__ = "2022.2" # This exposes the original IANA version number. IANA_VERSION = "2022b"