mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +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
|
||||
|
||||
Released 1.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ def read(*paths):
|
|||
|
||||
setup(
|
||||
name='python-telegram-bot',
|
||||
version='1.2',
|
||||
version='1.3',
|
||||
author='Leandro Toledo',
|
||||
author_email='leandrotoledodesouza@gmail.com',
|
||||
license='GPLv2',
|
||||
|
|
Loading…
Reference in a new issue