Releasing version 1.4

This commit is contained in:
Leandro Toledo 2015-07-10 13:52:36 -03:00
parent 8f8b220bff
commit eeb03e92e8
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2015-07-10
Released 1.4
requests lib is no longer required
Google App Engine (GAE) is supported
2015-07-10
Released 1.3

View file

@ -15,7 +15,7 @@ def read(*paths):
setup(
name='python-telegram-bot',
version='1.3',
version='1.4',
author='Leandro Toledo',
author_email='leandrotoledodesouza@gmail.com',
license='GPLv2',
@ -24,7 +24,6 @@ setup(
description='A Python wrapper around the Telegram Bot API',
long_description=(read('README.rst')),
packages=find_packages(exclude=['tests*']),
install_requires=['requests'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',