mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add tzdata-2021.2.post0
This commit is contained in:
parent
607b6fa250
commit
b09faab852
623 changed files with 6218 additions and 0 deletions
6
lib/tzdata/__init__.py
Normal file
6
lib/tzdata/__init__.py
Normal file
|
@ -0,0 +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__ = "2021.2.post0"
|
||||
|
||||
# This exposes the original IANA version number.
|
||||
IANA_VERSION = "2021b"
|
Loading…
Add table
Add a link
Reference in a new issue