File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
30
Version 13.3
6
31
============
7
32
*Released 2021-02-19 *
Original file line number Diff line number Diff line change 61
61
# built documents.
62
62
#
63
63
# The short X.Y version.
64
- version = '13.3 ' # telegram.__version__[:3]
64
+ version = '13.4 ' # telegram.__version__[:3]
65
65
# The full version, including alpha/beta/rc tags.
66
- release = '13.3 ' # telegram.__version__
66
+ release = '13.4 ' # telegram.__version__
67
67
68
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
69
# for a list of supported languages.
Original file line number Diff line number Diff line change 20
20
21
21
from telegram import constants
22
22
23
- __version__ = '13.3 '
23
+ __version__ = '13.4 '
24
24
bot_api_version = constants .BOT_API_VERSION # pylint: disable=C0103
You can’t perform that action at this time.
0 commit comments