Skip to content

Commit c4087e9

Browse files
committed
Releasing 2.5
1 parent 09ffd28 commit c4087e9

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-08-09
2+
Released 2.5
3+
Fixes logging calls in API
4+
5+
16
2015-08-08
27
Released 2.4
38
Fixes Emoji class for Python 3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(*paths):
1515

1616
setup(
1717
name='python-telegram-bot',
18-
version='2.4',
18+
version='2.5',
1919
author='Leandro Toledo',
2020
author_email='leandrotoledodesouza@gmail.com',
2121
license='GPLv2',

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""A library that provides a Python interface to the Telegram Bots API"""
44

55
__author__ = 'leandrotoledodesouza@gmail.com'
6-
__version__ = '2.4'
6+
__version__ = '2.5'
77

88
from .base import TelegramObject
99
from .user import User

0 commit comments

Comments
 (0)