mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Bump version to v12.4.1
This commit is contained in:
parent
f9a8cd924c
commit
bd1b2fb6c1
3 changed files with 10 additions and 2 deletions
|
@ -2,6 +2,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 12.4.1
|
||||||
|
==============
|
||||||
|
*Released 2020-02-08*
|
||||||
|
|
||||||
|
This is a quick release for `#1744`_ which was accidently left out of v12.4.0 though mentioned in the
|
||||||
|
release notes.
|
||||||
|
|
||||||
|
|
||||||
Version 12.4.0
|
Version 12.4.0
|
||||||
==============
|
==============
|
||||||
*Released 2020-02-08*
|
*Released 2020-02-08*
|
||||||
|
|
|
@ -60,7 +60,7 @@ author = u'Leandro Toledo'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '12.4' # telegram.__version__[:3]
|
version = '12.4' # telegram.__version__[:3]
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '12.4.0' # telegram.__version__
|
release = '12.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.
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
# You should have received a copy of the GNU Lesser Public License
|
# You should have received a copy of the GNU Lesser Public License
|
||||||
# along with this program. If not, see [http://www.gnu.org/licenses/].
|
# along with this program. If not, see [http://www.gnu.org/licenses/].
|
||||||
|
|
||||||
__version__ = '12.4.0'
|
__version__ = '12.4.1'
|
||||||
|
|
Loading…
Reference in a new issue