From 9c25a9bd7421b7845ad6cdbc36d9bd912bcf23da Mon Sep 17 00:00:00 2001 From: "Francesco Scarlato (Jungmann)" Date: Mon, 6 Mar 2017 00:38:03 +0100 Subject: [PATCH] Release 0.2.5 --- HISTORY.rst | 3 +++ django_telegrambot/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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