update: copyright date

updating the copyright date from 2023 to 2024
This commit is contained in:
chiri 2024-04-17 14:36:04 +03:00 committed by GitHub
parent 9d17f36f7a
commit 3e7e5a489f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ sys.path.insert(0, os.path.abspath(os.curdir)) # for custom extensions
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = "Telethon" project = "Telethon"
copyright = "2023, Lonami" copyright = "2024, Lonami"
author = "Lonami" author = "Lonami"
release = "2.0.0a0" release = "2.0.0a0"