1 parent 09ffd28 commit c4087e9Copy full SHA for c4087e9
3 files changed
CHANGES
@@ -1,3 +1,8 @@
1
+2015-08-09
2
+ Released 2.5
3
+ Fixes logging calls in API
4
+
5
6
2015-08-08
7
Released 2.4
8
Fixes Emoji class for Python 3
setup.py
@@ -15,7 +15,7 @@ def read(*paths):
15
16
setup(
17
name='python-telegram-bot',
18
- version='2.4',
+ version='2.5',
19
author='Leandro Toledo',
20
author_email='leandrotoledodesouza@gmail.com',
21
license='GPLv2',
telegram/__init__.py
@@ -3,7 +3,7 @@
"""A library that provides a Python interface to the Telegram Bots API"""
__author__ = 'leandrotoledodesouza@gmail.com'
-__version__ = '2.4'
+__version__ = '2.5'
from .base import TelegramObject
9
from .user import User
0 commit comments