Skip to content

Commit c49058d

Browse files
committed
Bump version to v5.1
1 parent 8e80a8d commit c49058d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changes
33
=======
44

5+
**2016-09-24**
6+
7+
*Released 5.1*
8+
9+
- Drop Python 2.6 support
10+
- Deprecate ``telegram.Emoji``
11+
12+
- Use ``ujson`` if available
13+
- Add instance methods to ``Message``, ``Chat``, ``User``, ``InlineQuery`` and ``CallbackQuery``
14+
- RegEx filtering for ``CallbackQueryHandler`` and ``InlineQueryHandler``
15+
- New ``MessageHandler`` filters: ``forwarded`` and ``entity``
16+
- Add ``Message.get_entity`` to correctly handle UTF-16 codepoints and ``MessageEntity`` offsets
17+
- Fix bug in ``ConversationHandler`` when first handler ends the conversation
18+
- Allow multiple ``Dispatcher`` instances
19+
- Add ``ChatMigrated`` Exception
20+
- Properly split and handle arguments in ``CommandHandler``
21+
522
**2016-07-15**
623

724
*Released 5.0*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def requirements():
2828
author='Leandro Toledo',
2929
author_email='[email protected]',
3030
license='LGPLv3',
31-
url='https://github.com/python-telegram-bot/python-telegram-bot',
31+
url='https://python-telegram-bot.org/',
3232
keywords='python telegram bot api wrapper',
3333
description='Not just a Python wrapper around the Telegram Bot API',
3434
long_description=fd.read(),

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.0.0'
20+
__version__ = '5.1.0'

0 commit comments

Comments
 (0)