Skip to content

Commit 259a1fa

Browse files
committed
Releasing v11.1
1 parent 09bdb88 commit 259a1fa

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changes
33
=======
44

5+
**2018-09-01**
6+
*Released 11.1.0*
7+
8+
Fixes and updates for Telegram Passport: (`#1198`_)
9+
10+
- Fix passport decryption failing at random times
11+
- Added support for middle names.
12+
- Added support for translations for documents
13+
- Add errors for translations for documents
14+
- Added support for requesting names in the language of the user's country of residence
15+
- Replaced the payload parameter with the new parameter nonce
16+
- Add hash to EncryptedPassportElement
17+
18+
.. _`#1198`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1198
19+
520
**2018-08-29**
621
*Released 11.0.0*
722

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ make the development of bots easy and straightforward. These classes are contain
9595
Telegram API support
9696
====================
9797

98-
All types and methods of the Telegram Bot API **4.0** are supported.
98+
All types and methods of the Telegram Bot API **4.1** are supported.
9999

100100
==========
101101
Installing

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '11.0' # telegram.__version__[:3]
61+
version = '11.1' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '11.0.0' # telegram.__version__
63+
release = '11.1.0' # telegram.__version__
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU Lesser Public License
1818
# along with this program. If not, see [http://www.gnu.org/licenses/].
1919

20-
__version__ = '11.0.0'
20+
__version__ = '11.1.0'

0 commit comments

Comments
 (0)