Files
django-q2/django_q/__init__.py
Tim O'Meara 991cca5844 Revert "version bump"
This reverts commit 3b2f444738.
2020-08-11 17:32:48 -05:00

7 lines
123 B
Python

VERSION = (1, 3, 2)
default_app_config = "django_q.apps.DjangoQConfig"
__all__ = ["conf", "cluster", "models", "tasks"]