Skip to content

Commit 71530f4

Browse files
committed
Bump version to v5.3.0
1 parent 0cd7eca commit 71530f4

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changes
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*

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

telegram/version.py

Lines changed: 1 addition & 1 deletion
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__ = '5.2.0'
20+
__version__ = '5.3.0'

0 commit comments

Comments
 (0)