Skip to content

Commit 2dac17a

Browse files
committed
Bump version to 4.12.0
1 parent 48377ac commit 2dac17a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'pyTelegramBotAPI Documentation'
21-
copyright = '2022, coder2020official'
21+
copyright = '2022-2023, coder2020official'
2222
author = 'coder2020official'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '4.11.0'
25+
release = '4.12.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

telebot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Versions should comply with PEP440.
22
# This line is parsed in setup.py:
3-
__version__ = '4.11.0'
3+
__version__ = '4.12.0'

0 commit comments

Comments
 (0)