Releasing v2.7

This commit is contained in:
Leandro Toledo 2015-08-17 13:15:29 -03:00
parent d4870148c7
commit a8fd6b5061
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2015-08-17
Release 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
2015-08-15
Released 2.6.1
Fixed parsing image header issue on < Python 2.7.3

View file

@ -15,7 +15,7 @@ def read(*paths):
setup(
name='python-telegram-bot',
version='2.6.1',
version='2.7',
author='Leandro Toledo',
author_email='leandrotoledodesouza@gmail.com',
license='LGPLv3',

View file

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