Skip to content

Commit 132a3b2

Browse files
committed
Bump version to v13.13
1 parent debe86a commit 132a3b2

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
=========
44

5+
Version 13.13
6+
=============
7+
*Released 2022-06-28*
8+
9+
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>`_.
10+
11+
**Major Changes:**
12+
13+
- Full Support for API 6.1 (`#3117`_)
14+
15+
.. _`#3117`: https://github.com/python-telegram-bot/python-telegram-bot/pull/3117
16+
517
Version 13.12
618
=============
719
*Released 2022-05-26*

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '13.12' # telegram.__version__[:3]
63+
version = '13.13' # telegram.__version__[:3]
6464
# The full version, including alpha/beta/rc tags.
65-
release = '13.12' # telegram.__version__
65+
release = '13.13' # telegram.__version__
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
from telegram import constants
2222

23-
__version__ = '13.12'
23+
__version__ = '13.13'
2424
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103

0 commit comments

Comments
 (0)