File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
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+
530Version 13.3
631============
732*Released 2021-02-19 *
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 2020
2121from telegram import constants
2222
23- __version__ = '13.3 '
23+ __version__ = '13.4 '
2424bot_api_version = constants .BOT_API_VERSION # pylint: disable=C0103
You can’t perform that action at this time.
0 commit comments