diff --git a/HISTORY.rst b/HISTORY.rst index 181b805..2311e17 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ History ------- +0.2.5 (2017-03-06) +++++++++++++++++++ +* Fix compatibility with python-telegram-bot 5.1 0.2.4 (2016-10-04) ++++++++++++++++++ diff --git a/django_telegrambot/__init__.py b/django_telegrambot/__init__.py index 8a921f7..88a4db2 100644 --- a/django_telegrambot/__init__.py +++ b/django_telegrambot/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.4' +__version__ = '0.2.5' default_app_config = 'django_telegrambot.apps.DjangoTelegramBot' diff --git a/requirements.txt b/requirements.txt index 4497dc2..81f0414 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django>=1.8.0 # Additional requirements go here -python-telegram-bot>=5.0 +python-telegram-bot>=5.1