mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 08:37:07 +01:00
Bump version to v13.11
This commit is contained in:
parent
a35ecf4065
commit
92cb6f3ae8
3 changed files with 15 additions and 3 deletions
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Version 13.11
|
||||
=============
|
||||
*Released 2022-02-02*
|
||||
|
||||
This is the technical changelog for version 13.11. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>`_.
|
||||
|
||||
**Major Changes:**
|
||||
|
||||
- Full Support for Bot API 5.7 (`#2881`_)
|
||||
|
||||
.. _`#2881`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2881
|
||||
|
||||
Version 13.10
|
||||
=============
|
||||
*Released 2022-01-03*
|
||||
|
|
|
@ -60,9 +60,9 @@ author = u'Leandro Toledo'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '13.10' # telegram.__version__[:3]
|
||||
version = '13.11' # telegram.__version__[:3]
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '13.10' # telegram.__version__
|
||||
release = '13.11' # telegram.__version__
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
|
||||
from telegram import constants
|
||||
|
||||
__version__ = '13.10'
|
||||
__version__ = '13.11'
|
||||
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103
|
||||
|
|
Loading…
Reference in a new issue