Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
butorov committed Feb 1, 2017
1 parent e854ddd commit d695f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Sentry Telegram |travis| |codecov| |pypi|

Plugin for Sentry which allows sending notification via `Telegram <https://telegram.org/>`_ messenger.

**DISCLAIMER**: Tested only with Sentry 8.9.0
**DISCLAIMER**: Sentry API under development and `is not frozen <https://docs.sentry.io/server/plugins/>`_.

Sentry API under development and `is not frozen <https://docs.sentry.io/server/plugins/>`_.
Due to this, presented plugin tested only with Sentry 8.12.0 and 8.9.0.


Installation
Expand Down
4 changes: 1 addition & 3 deletions sentry_telegram/__init__.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d695f75

Please sign in to comment.