File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ **2016-01-09 **
2+
3+ *Released 3.3b1 *
4+
5+ - Implement inline bots (beta)
6+
17**2016-01-05 **
28
39*Released 3.2.0 *
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '3.2 '
61+ version = '3.3 '
6262# The full version, including alpha/beta/rc tags.
63- release = '3.2.0 '
63+ release = '3.3b1 '
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 = '3.2.0 ' ,
29+ version = '3.3b1 ' ,
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 2020"""A library that provides a Python interface to the Telegram Bot API"""
2121
2222__author__ = 'devs@python-telegram-bot.org'
23- __version__ = '3.2.0 '
23+ __version__ = '3.3b1 '
2424
2525from .base import TelegramObject
2626from .user import User
You can’t perform that action at this time.
0 commit comments