Bump version to v12.1.1

This commit is contained in:
Noam Meltzer 2019-09-17 11:30:52 +03:00
parent ae88129f0f
commit e60a42010b
3 changed files with 12 additions and 2 deletions

View file

@ -2,6 +2,16 @@
Changelog
=========
Version 12.1.1
==============
*Released 2019-09-18*
**Hot fix release**
Fixed regression in the vendored urllib3 (`#1517`_).
.. _`#1517`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1517
Version 12.1.0
================
*Released 2019-09-13*

View file

@ -60,7 +60,7 @@ author = u'Leandro Toledo'
# The short X.Y version.
version = '12.1' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags.
release = '12.1.0' # telegram.__version__
release = '12.1.1' # telegram.__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser Public License
# along with this program. If not, see [http://www.gnu.org/licenses/].
__version__ = '12.1.0'
__version__ = '12.1.1'