From 3e7e5a489f1889efe3713ac749a7a47ba00e0d6b Mon Sep 17 00:00:00 2001 From: chiri <109767616+chirizxc@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:36:04 +0300 Subject: [PATCH] update: copyright date updating the copyright date from 2023 to 2024 --- client/doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/doc/conf.py b/client/doc/conf.py index c289a6ef..7833102b 100644 --- a/client/doc/conf.py +++ b/client/doc/conf.py @@ -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 project = "Telethon" -copyright = "2023, Lonami" +copyright = "2024, Lonami" author = "Lonami" release = "2.0.0a0"