mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Compare commits
No commits in common. "9417c49d8eaadb89b7ca2123e280f7e9c91eb7d6" and "110575ca40934be1887c326f56652b38ab69f0ba" have entirely different histories.
9417c49d8e
...
110575ca40
@ -22,7 +22,7 @@ copyright = '2022, coder2020official'
|
|||||||
author = 'coder2020official'
|
author = 'coder2020official'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '4.4.1'
|
release = '4.4.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
@ -7,7 +7,7 @@ from telebot.handler_backends import State, StatesGroup #States
|
|||||||
from telebot.storage import StateMemoryStorage
|
from telebot.storage import StateMemoryStorage
|
||||||
|
|
||||||
|
|
||||||
# Starting from version 4.4.0+, we support storages.
|
# Beginning from version 4.4.0+, we support storages.
|
||||||
# StateRedisStorage -> Redis-based storage.
|
# StateRedisStorage -> Redis-based storage.
|
||||||
# StatePickleStorage -> Pickle-based storage.
|
# StatePickleStorage -> Pickle-based storage.
|
||||||
# For redis, you will need to install redis.
|
# For redis, you will need to install redis.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '4.4.1'
|
__version__ = '4.4.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user