mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-01-06 11:09:57 -08:00
fc2c7cc871
* Bump tzdata from 2024.1 to 2024.2 Bumps [tzdata](https://github.com/python/tzdata) from 2024.1 to 2024.2. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2024.1...2024.2) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update tzdata==2024.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci]
7 lines
252 B
Python
7 lines
252 B
Python
# 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__ = "2024.2"
|
|
|
|
# This exposes the original IANA version number.
|
|
IANA_VERSION = "2024b"
|