From d695f75e24b88858289eefa697c6ee30abc762e1 Mon Sep 17 00:00:00 2001 From: Viacheslav Butorov Date: Wed, 1 Feb 2017 22:16:27 +0700 Subject: [PATCH] Version 0.1.2 --- README.rst | 4 ++-- sentry_telegram/__init__.py | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cde135b..1713e8f 100644 --- a/README.rst +++ b/README.rst @@ -3,9 +3,9 @@ Sentry Telegram |travis| |codecov| |pypi| Plugin for Sentry which allows sending notification via `Telegram `_ messenger. - **DISCLAIMER**: Tested only with Sentry 8.9.0 + **DISCLAIMER**: Sentry API under development and `is not frozen `_. - Sentry API under development and `is not frozen `_. + Due to this, presented plugin tested only with Sentry 8.12.0 and 8.9.0. Installation diff --git a/sentry_telegram/__init__.py b/sentry_telegram/__init__.py index c453bfb..c984d27 100644 --- a/sentry_telegram/__init__.py +++ b/sentry_telegram/__init__.py @@ -1,13 +1,11 @@ # coding: utf-8 """ Plugin for Sentry which allows sending notification via Telegram messenger. - -DISCLAIMER: Tested only with Sentry 8.9.0 """ from django.conf import settings -__version__ = '0.1.1' +__version__ = '0.1.2' if settings.configured: