Skip to content

Commit

Permalink
Bump version to v13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Jun 28, 2022
1 parent debe86a commit 132a3b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

Version 13.13
=============
*Released 2022-06-28*

This is the technical changelog for version 13.13. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>`_.

**Major Changes:**

- Full Support for API 6.1 (`#3117`_)

.. _`#3117`: https://github.com/python-telegram-bot/python-telegram-bot/pull/3117

Version 13.12
=============
*Released 2022-05-26*
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.12' # telegram.__version__[:3]
version = '13.13' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags.
release = '13.12' # telegram.__version__
release = '13.13' # 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.12'
__version__ = '13.13'
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103

0 comments on commit 132a3b2

Please sign in to comment.