mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2026-06-19 07:35:19 +00:00
Releasing 2.5
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2015-08-09
|
||||
Released 2.5
|
||||
Fixes logging calls in API
|
||||
|
||||
|
||||
2015-08-08
|
||||
Released 2.4
|
||||
Fixes Emoji class for Python 3
|
||||
|
||||
@@ -15,7 +15,7 @@ def read(*paths):
|
||||
|
||||
setup(
|
||||
name='python-telegram-bot',
|
||||
version='2.4',
|
||||
version='2.5',
|
||||
author='Leandro Toledo',
|
||||
author_email='leandrotoledodesouza@gmail.com',
|
||||
license='GPLv2',
|
||||
|
||||
@@ -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
|
||||
from .user import User
|
||||
|
||||
Reference in New Issue
Block a user