Skip to content

Commit

Permalink
Releasing v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotoledo committed Aug 19, 2015
1 parent 32dc05e commit 8746222
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
2015-08-19
Released 2.7.1
Fixed JSON serialization for message


2015-08-17
Release 2.7
Released 2.7
Added support for Voice object and sendVoice method
Due backward compatibility performer or/and title will be required for sendAudio
Fixed JSON serialization when forwared message
Fixed JSON serialization when forwarded message


2015-08-15
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(*paths):

setup(
name='python-telegram-bot',
version='2.7',
version='2.7.1',
author='Leandro Toledo',
author_email='leandrotoledodesouza@gmail.com',
license='LGPLv3',
Expand Down
2 changes: 1 addition & 1 deletion telegram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'leandrotoledodesouza@gmail.com'
__version__ = '2.7'
__version__ = '2.7.1'

from .base import TelegramObject
from .user import User
Expand Down

0 comments on commit 8746222

Please sign in to comment.