diff --git a/docs/source/conf.py b/docs/source/conf.py index 663b23c53..18ad5d829 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'coder2020official' # The full version, including alpha/beta/rc tags -release = '4.15.1' +release = '4.15.2' # -- General configuration --------------------------------------------------- diff --git a/telebot/version.py b/telebot/version.py index 0282ef2a7..4757b8468 100644 --- a/telebot/version.py +++ b/telebot/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '4.15.1' +__version__ = '4.15.2'