From 6e04ef347c4cb2fa07821e969885a68f41d56acf Mon Sep 17 00:00:00 2001 From: "Francesco Scarlato (Jungmann)" Date: Wed, 27 Apr 2016 08:57:58 +0000 Subject: [PATCH] version 0.2.0 --- HISTORY.rst | 2 +- django_telegrambot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ac8be96..fc0d2af 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ------- -0.1.9 (2016-04-27) +0.2.0 (2016-04-27) ++++++++++++++++++ * Update for python-telegram-bot release v4.0.1 diff --git a/django_telegrambot/__init__.py b/django_telegrambot/__init__.py index a5de29c..488eae9 100644 --- a/django_telegrambot/__init__.py +++ b/django_telegrambot/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.1.9' +__version__ = '0.2.0' default_app_config = 'django_telegrambot.apps.DjangoTelegramBot' \ No newline at end of file