File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ Version 13.4.1
6
+ ==============
7
+ *Released 2021-03-14 *
8
+
9
+ **Hot fix release: **
10
+
11
+ - Fixed a bug in ``setup.py `` (`#2431 `_)
12
+
13
+ .. _`#2431` : https://github.com/python-telegram-bot/python-telegram-bot/pull/2431
14
+
5
15
Version 13.4
6
16
============
7
17
*Released 2021-03-14 *
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.4' # telegram.__version__[:3]
64
+ version = '13.4.1 ' # telegram.__version__[:3]
65
65
# The full version, including alpha/beta/rc tags.
66
- release = '13.4' # telegram.__version__
66
+ release = '13.4.1 ' # 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.4'
23
+ __version__ = '13.4.1 '
24
24
bot_api_version = constants .BOT_API_VERSION # pylint: disable=C0103
You can’t perform that action at this time.
0 commit comments