mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-08 19:34:12 +01:00
Bump version to v13.14
This commit is contained in:
parent
dca596dd3d
commit
b818dadbad
3 changed files with 24 additions and 3 deletions
21
CHANGES.rst
21
CHANGES.rst
|
@ -2,6 +2,27 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Version 13.14
|
||||
=============
|
||||
*Released 2022-09-04*
|
||||
|
||||
This is the technical changelog for version 13.14. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>`_.
|
||||
|
||||
**Major Changes:**
|
||||
|
||||
- Full Support for API 6.2 (`#3203`_)
|
||||
|
||||
**Minor Changes:**
|
||||
|
||||
- Documentation Improvements (`#3144`_, `#3140`_, `#3164`_)
|
||||
- Pin `tornado` to Version 6.1 (`#3145`_)
|
||||
|
||||
.. _`#3203`: https://github.com/python-telegram-bot/python-telegram-bot/pull/3203
|
||||
.. _`#3144`: https://github.com/python-telegram-bot/python-telegram-bot/pull/3144
|
||||
.. _`#3140`: https://github.com/python-telegram-bot/python-telegram-bot/pull/3140
|
||||
.. _`#3164`: https://github.com/python-telegram-bot/python-telegram-bot/pull/3164
|
||||
.. _`#3145`: https://github.com/python-telegram-bot/python-telegram-bot/pull/3145
|
||||
|
||||
Version 13.13
|
||||
=============
|
||||
*Released 2022-06-28*
|
||||
|
|
|
@ -60,9 +60,9 @@ author = u'Leandro Toledo'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '13.13' # telegram.__version__[:3]
|
||||
version = '13.14' # telegram.__version__[:3]
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '13.13' # telegram.__version__
|
||||
release = '13.14' # 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.13'
|
||||
__version__ = '13.14'
|
||||
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103
|
||||
|
|
Loading…
Reference in a new issue