mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 22:45:09 +01:00
Releasing version 1.2
This commit is contained in:
parent
1098707008
commit
73cbd11307
2 changed files with 9 additions and 1 deletions
8
CHANGES
8
CHANGES
|
@ -1,3 +1,11 @@
|
||||||
|
2015-07-09
|
||||||
|
|
||||||
|
Released 1.2
|
||||||
|
CustomKeyboard classes now available
|
||||||
|
Emojis available
|
||||||
|
PEP8 improvements
|
||||||
|
|
||||||
|
|
||||||
2015-07-08
|
2015-07-08
|
||||||
|
|
||||||
Released 1.1
|
Released 1.1
|
||||||
|
|
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.1',
|
version='1.2',
|
||||||
author='Leandro Toledo',
|
author='Leandro Toledo',
|
||||||
author_email='leandrotoledodesouza@gmail.com',
|
author_email='leandrotoledodesouza@gmail.com',
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
|
|
Loading…
Reference in a new issue