Skip to content

Commit

Permalink
Bump version to v13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Sep 4, 2022
1 parent dca596d commit b818dad
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Expand Up @@ -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*
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -60,9 +60,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion telegram/version.py
Expand Up @@ -20,5 +20,5 @@

from telegram import constants

__version__ = '13.13'
__version__ = '13.14'
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103

0 comments on commit b818dad

Please sign in to comment.