Skip to content

Commit ccedd3a

Browse files
committed
Bump version to v13.4.1
1 parent 0bb4be5 commit ccedd3a

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
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+
515
Version 13.4
616
============
717
*Released 2021-03-14*

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
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.

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
from telegram import constants
2222

23-
__version__ = '13.4'
23+
__version__ = '13.4.1'
2424
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103

0 commit comments

Comments
 (0)