Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
Change log:
- Added new methods: getChat, leaveChat, getChatAdministrators,
  getChatMember, getChatMembersCount.
- New fields: edited_message in Update, edit_date in Message, user in
  MessageEntity. New value text_mention for the type field in
MessageEntity.
  • Loading branch information
eternnoir committed Jun 7, 2016
1 parent cdb6d67 commit 25ad3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():
return f.read()

setup(name='pyTelegramBotAPI',
version='2.1.2',
version='2.1.3',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',
Expand Down

0 comments on commit 25ad3f0

Please sign in to comment.