We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41cbbd commit 0b358e8Copy full SHA for 0b358e8
django_celery_results/__init__.py
@@ -1,5 +1,6 @@
1
"""Celery result backends for Django."""
2
# :copyright: (c) 2016, Ask Solem.
3
+# :copyright: (c) 2017-2033, Asif Saif Uddin.
4
# All rights reserved.
5
# :license: BSD (3 Clause), see LICENSE for more details.
6
@@ -10,7 +11,7 @@
10
11
12
__version__ = '2.5.0'
13
__author__ = 'Asif Saif Uddin, Ask Solem'
-__contact__ = 'auvipy@gmai.com, ask@celeryproject.org'
14
+__contact__ = 'auvipy@gmail.com'
15
__homepage__ = 'https://github.com/celery/django-celery-results'
16
__docformat__ = 'restructuredtext'
17
0 commit comments