Skip to content

Commit 2c53a46

Browse files
authored
Merge pull request #2472 from Badiboy/master
Bump version to 4.27
2 parents 19f12fc + f6906ec commit 2c53a46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = f'2022-{datetime.now().year}, {author}'
2323

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

2727

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyTelegramBotAPI"
7-
version = "4.26.0"
7+
version = "4.27.0"
88
description = "Python Telegram bot api."
99
authors = [{name = "eternnoir", email = "[email protected]"}]
1010
license = {text = "GPL2"}

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.26.0'
3+
__version__ = '4.27.0'

0 commit comments

Comments
 (0)