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.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+
515Version 13.4
616============
717*Released 2021-03-14 *
Original file line number Diff line number Diff line change 6161# built documents.
6262#
6363# The short X.Y version.
64- version = '13.4' # telegram.__version__[:3]
64+ version = '13.4.1 ' # telegram.__version__[:3]
6565# The full version, including alpha/beta/rc tags.
66- release = '13.4' # telegram.__version__
66+ release = '13.4.1 ' # 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.4'
23+ __version__ = '13.4.1 '
2424bot_api_version = constants .BOT_API_VERSION # pylint: disable=C0103
You can’t perform that action at this time.
0 commit comments