File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changes
3
3
=======
4
4
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
+
5
20
**2018-08-29 **
6
21
*Released 11.0.0 *
7
22
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ make the development of bots easy and straightforward. These classes are contain
95
95
Telegram API support
96
96
====================
97
97
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.
99
99
100
100
==========
101
101
Installing
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '11.0 ' # telegram.__version__[:3]
61
+ version = '11.1 ' # telegram.__version__[:3]
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '11.0 .0' # telegram.__version__
63
+ release = '11.1 .0' # telegram.__version__
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 17
17
# You should have received a copy of the GNU Lesser Public License
18
18
# along with this program. If not, see [http://www.gnu.org/licenses/].
19
19
20
- __version__ = '11.0 .0'
20
+ __version__ = '11.1 .0'
You can’t perform that action at this time.
0 commit comments