File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ **2016-04-27 **
2+
3+ *Released 4.0 *
4+
5+ - Implement Bot API 2.0
6+ - Almost complete recode of ``Dispatcher ``
7+ - Please read the `Transistion Guide to 4.0 <https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transistion-guide-to-Version-4.0 >`_
8+ - **Changes from 4.0rc1 **
9+ - The syntax of filters for ``MessageHandler `` (upper/lower cases)
10+ - Handler groups are now identified by ``int `` only, and ordered
11+
112**2016-04-22 **
213
314*Released 4.0rc1 *
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '4.0'
6262# The full version, including alpha/beta/rc tags.
63- release = '4.0rc1 '
63+ release = '4.0.0 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def requirements():
2626
2727setup (
2828 name = 'python-telegram-bot' ,
29- version = '4.0rc1 ' ,
29+ version = '4.0.0 ' ,
3030 author = 'Leandro Toledo' ,
3131 author_email = 'devs@python-telegram-bot.org' ,
3232 license = 'LGPLv3' ,
Original file line number Diff line number Diff line change 8181
8282
8383__author__ = 'devs@python-telegram-bot.org'
84- __version__ = '4.0rc1 '
84+ __version__ = '4.0 '
8585__all__ = ['Audio' ,
8686 'Bot' ,
8787 'Chat' ,
You can’t perform that action at this time.
0 commit comments