Skip to content

Commit

Permalink
Bump version to v13.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Mar 14, 2021
1 parent 0bb4be5 commit ccedd3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
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
============
*Released 2021-03-14*
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# 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.
release = '13.4' # telegram.__version__
release = '13.4.1' # telegram.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion telegram/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

from telegram import constants

__version__ = '13.4'
__version__ = '13.4.1'
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103

0 comments on commit ccedd3a

Please sign in to comment.