django-notifications/notifications/__init__.py
Zhongyuan 72a610551c Merge branch 'drop-support-django1.6'
Conflicts:
	notifications/__init__.py
	notifications/templatetags/notifications_tags.py
	notifications/tests/settings.py
	notifications/tests/urls.py
	setup.py
2015-12-14 16:02:02 +08:00

13 lines
374 B
Python

# -*- coding: utf-8 -*-
"""
django-notifications
~~~~~
A GitHub notification alike app for Django.
:copyright: (c) 2015 by django-notifications team.
:license: BSD, see LICENSE.txt for more details.
"""
# PEP 386-compliant version number: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN]
__version__ = '0.8.0'
default_app_config = 'notifications.apps.Config'