Releasing 1.5

This commit is contained in:
Leandro Toledo 2015-07-10 16:52:03 -03:00
parent 5c6d233179
commit 39ee67b95c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-07-10
Released 1.5
Fixes randomly unicode issues when using InputFile
2015-07-10 2015-07-10
Released 1.4 Released 1.4

View file

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