Skip to content

Commit

Permalink
v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xliee committed Jul 30, 2023
1 parent cf963d8 commit bdcca35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xliee_sentry_telegram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"""


__version__ = '0.6.5'
__version__ = '0.6.6'
__author__ = 'Xliee'

2 changes: 1 addition & 1 deletion xliee_sentry_telegram/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TelegramNotificationsOptionsForm(notify.NotificationConfigurationForm):


class TelegramNotificationsPlugin(CorePluginMixin, notify.NotificationPlugin):
title = 'Telegram Notifications (xliee)'
title = 'Telegram Notifications'
slug = 'xliee_sentry_telegram'
description = package_doc
version = __version__
Expand Down

0 comments on commit bdcca35

Please sign in to comment.