Skip to content

Commit 21ded42

Browse files
committed
Bump version to v13.4
1 parent 7d893fd commit 21ded42

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGES.rst

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

5+
Version 13.4
6+
============
7+
*Released 2021-03-14*
8+
9+
**Major Changes:**
10+
11+
- Full support of Bot API 5.1 (`#2424`_)
12+
13+
**Minor changes, CI improvements, doc fixes and type hinting:**
14+
15+
- Improve ``Updater.set_webhook`` (`#2419`_)
16+
- Doc Fixes (`#2404`_)
17+
- Type Hinting Fixes (`#2425`_)
18+
- Update ``pre-commit`` Settings (`#2415`_)
19+
- Fix Logging for Vendored ``urllib3`` (`#2427`_)
20+
- Stabilize Tests (`#2409`_)
21+
22+
.. _`#2424`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2424
23+
.. _`#2419`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2419
24+
.. _`#2404`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2404
25+
.. _`#2425`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2425
26+
.. _`#2415`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2415
27+
.. _`#2427`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2427
28+
.. _`#2409`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2409
29+
530
Version 13.3
631
============
732
*Released 2021-02-19*

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '13.3' # telegram.__version__[:3]
64+
version = '13.4' # telegram.__version__[:3]
6565
# The full version, including alpha/beta/rc tags.
66-
release = '13.3' # telegram.__version__
66+
release = '13.4' # telegram.__version__
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# 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.3'
23+
__version__ = '13.4'
2424
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103

0 commit comments

Comments
 (0)