File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changes
33=======
44
5+ **2016-12-11 **
6+
7+ *Released 5.3 *
8+
9+ - Implement API changes of November 21st (Bot API 2.3)
10+ - ``JobQueue `` now supports ``datetime.timedelta `` in addition to seconds
11+ - ``JobQueue `` now supports running jobs only on certain days
12+ - New ``Filters.reply `` filter
13+ - Bugfix for ``Message.edit_reply_markup ``
14+ - Other bugfixes
15+
516**2016-10-25 **
617
718*Released 5.2 *
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = '5.2 ' # telegram.__version__[:3]
62+ version = '5.3 ' # telegram.__version__[:3]
6363# The full version, including alpha/beta/rc tags.
64- release = '5.2 .0' # telegram.__version__
64+ release = '5.3 .0' # telegram.__version__
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def requirements():
3030 license = 'LGPLv3' ,
3131 url = 'https://python-telegram-bot.org/' ,
3232 keywords = 'python telegram bot api wrapper' ,
33- description = 'Not just a Python wrapper around the Telegram Bot API' ,
33+ description = "We have made you a wrapper you can't refuse" ,
3434 long_description = fd .read (),
3535 packages = find_packages (exclude = ['tests*' ]),
3636 install_requires = requirements (),
Original file line number Diff line number Diff line change 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__ = '5.2 .0'
20+ __version__ = '5.3 .0'
You can’t perform that action at this time.
0 commit comments