From 23b37c9ea43340da202a275bc275438bee221955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sun, 21 May 2017 22:10:08 +0200 Subject: [PATCH] mention beta version in README --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0ad57574f..8c7a8a6af 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,13 @@ make the development of bots easy and straightforward. These classes are contain Telegram API support ==================== -As of **4. Dec 2016**, all types and methods of the Telegram Bot API are supported. +As of **21. May 2017**, all types and methods of the Telegram Bot API 2.3.1 are supported. Additionally, the ``deleteMessage`` API function and the field ``User.language_code`` are supported. + +Also, version 6.1 beta 0 is available, offering full but experimental Bot API 3.0 coverage: + +.. code:: shell + + $ pip install python-telegram-bot==6.1b0 ========== Installing