Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d558319

Browse files
committed
Bump version to v6.1.0
1 parent faddb92 commit d558319

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changes
33
=======
44

5+
**2017-06-18**
6+
7+
*Released 6.1.0*
8+
9+
- Fully support Bot API 3.0
10+
- Add more fine-grained filters for status updates
11+
- Bug fixes and other improvements
12+
513
**2017-05-29**
614

715
*Released 6.0.3*

README.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,7 @@ make the development of bots easy and straightforward. These classes are contain
8484
Telegram API support
8585
====================
8686

87-
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.
88-
89-
Also, version 6.1 beta 0 is available, offering full but experimental Bot API 3.0 coverage:
90-
91-
.. code:: shell
92-
93-
$ pip install python-telegram-bot==6.1b0
87+
As of **18. June 2017**, all types and methods of the Telegram Bot API 3.0 are supported.
9488

9589
==========
9690
Installing

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '6.0' # telegram.__version__[:3]
61+
version = '6.1' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '6.0.3' # telegram.__version__
63+
release = '6.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

+1-1
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__ = '6.0.3'
20+
__version__ = '6.1.0'

0 commit comments

Comments
 (0)