This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
sentry-redmine/sentry_redmine/__init__.py

14 lines
285 B
Python

"""
sentry_redmine
~~~~~~~~~~~~~~~~~~
:copyright: (c) 2013 by Aaditya Sood, Idea Device
:license: BSD, see LICENSE for more details.
"""
try:
VERSION = __import__('pkg_resources') \
.get_distribution('sentry-redmine').version
except Exception, e:
VERSION = 'unknown'