mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
Releasing 1.3, thanks to macrojames for setWebhook support
This commit is contained in:
parent
e725e6df93
commit
d82b8bfbe6
2 changed files with 6 additions and 1 deletions
5
CHANGES
5
CHANGES
|
@ -1,3 +1,8 @@
|
||||||
|
2015-07-10
|
||||||
|
|
||||||
|
Released 1.3
|
||||||
|
Added support to setWebhook (special thanks to macrojames)
|
||||||
|
|
||||||
2015-07-09
|
2015-07-09
|
||||||
|
|
||||||
Released 1.2
|
Released 1.2
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ def read(*paths):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-telegram-bot',
|
name='python-telegram-bot',
|
||||||
version='1.2',
|
version='1.3',
|
||||||
author='Leandro Toledo',
|
author='Leandro Toledo',
|
||||||
author_email='leandrotoledodesouza@gmail.com',
|
author_email='leandrotoledodesouza@gmail.com',
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
|
|
Loading…
Add table
Reference in a new issue