Skip to content

Commit

Permalink
Bump version to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Jul 14, 2016
1 parent d548643 commit 834bf19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
==============
=======
Changes
==============
=======

**2016-07-15**

*Released 5.0*

- Rework ``JobQueue``
- Introduce ``ConversationHandler``

**2016-07-12**

*Released 4.3.4*
Expand Down
2 changes: 1 addition & 1 deletion telegram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
MAX_MESSAGES_PER_MINUTE_PER_GROUP)

__author__ = 'devs@python-telegram-bot.org'
__version__ = '4.3.4'
__version__ = '5.0.0'
__all__ = ['Audio', 'Bot', 'Chat', 'ChatMember', 'ChatAction', 'ChosenInlineResult',
'CallbackQuery', 'Contact', 'Document', 'Emoji', 'File', 'ForceReply',
'InlineKeyboardButton', 'InlineKeyboardMarkup', 'InlineQuery', 'InlineQueryResult',
Expand Down

0 comments on commit 834bf19

Please sign in to comment.