Releasing v2.7.1

This commit is contained in:
leandrotoledo 2015-08-19 16:16:06 -03:00
parent 32dc05ed36
commit 8746222cf6
3 changed files with 9 additions and 4 deletions

View file

@ -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

View file

@ -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',

View file

@ -18,7 +18,7 @@
__author__ = 'leandrotoledodesouza@gmail.com'
__version__ = '2.7'
__version__ = '2.7.1'
from .base import TelegramObject
from .user import User