mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Releasing v2.7.1
This commit is contained in:
parent
32dc05ed36
commit
8746222cf6
3 changed files with 9 additions and 4 deletions
9
CHANGES
9
CHANGES
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
__author__ = 'leandrotoledodesouza@gmail.com'
|
||||
__version__ = '2.7'
|
||||
__version__ = '2.7.1'
|
||||
|
||||
from .base import TelegramObject
|
||||
from .user import User
|
||||
|
|
Loading…
Reference in a new issue