mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Bump version to v13.4.1
This commit is contained in:
parent
0bb4be55ac
commit
ccedd3a87d
3 changed files with 13 additions and 3 deletions
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 13.4.1
|
||||||
|
==============
|
||||||
|
*Released 2021-03-14*
|
||||||
|
|
||||||
|
**Hot fix release:**
|
||||||
|
|
||||||
|
- Fixed a bug in ``setup.py`` (`#2431`_)
|
||||||
|
|
||||||
|
.. _`#2431`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2431
|
||||||
|
|
||||||
Version 13.4
|
Version 13.4
|
||||||
============
|
============
|
||||||
*Released 2021-03-14*
|
*Released 2021-03-14*
|
||||||
|
|
|
@ -61,9 +61,9 @@ author = u'Leandro Toledo'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '13.4' # telegram.__version__[:3]
|
version = '13.4.1' # telegram.__version__[:3]
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '13.4' # telegram.__version__
|
release = '13.4.1' # telegram.__version__
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
@ -20,5 +20,5 @@
|
||||||
|
|
||||||
from telegram import constants
|
from telegram import constants
|
||||||
|
|
||||||
__version__ = '13.4'
|
__version__ = '13.4.1'
|
||||||
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103
|
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103
|
||||||
|
|
Loading…
Reference in a new issue