We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48377ac commit 2dac17aCopy full SHA for 2dac17a
docs/source/conf.py
@@ -18,11 +18,11 @@
18
# -- Project information -----------------------------------------------------
19
20
project = 'pyTelegramBotAPI Documentation'
21
-copyright = '2022, coder2020official'
+copyright = '2022-2023, coder2020official'
22
author = 'coder2020official'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '4.11.0'
+release = '4.12.0'
26
27
28
# -- General configuration ---------------------------------------------------
telebot/version.py
@@ -1,3 +1,3 @@
1
# Versions should comply with PEP440.
2
# This line is parsed in setup.py:
3
-__version__ = '4.11.0'
+__version__ = '4.12.0'
0 commit comments