Skip to content

Commit 9417c49

Browse files
authored
Merge pull request #1502 from Badiboy/master
Bump version to 4.4.1
2 parents 110575c + 1a40f1d commit 9417c49

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
author = 'coder2020official'
2323

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

2727

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

examples/custom_states.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from telebot.storage import StateMemoryStorage
88

99

10-
# Beginning from version 4.4.0+, we support storages.
10+
# Starting from version 4.4.0+, we support storages.
1111
# StateRedisStorage -> Redis-based storage.
1212
# StatePickleStorage -> Pickle-based storage.
1313
# For redis, you will need to install redis.

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.4.0'
3+
__version__ = '4.4.1'

0 commit comments

Comments
 (0)