mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Getting ready for version 0.3.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from .tasks import async, schedule, result, fetch
|
||||
from .models import Task, Schedule
|
||||
|
||||
VERSION = (0, 2, 2)
|
||||
VERSION = (0, 3, 0)
|
||||
|
||||
default_app_config = 'django_q.apps.DjangoQConfig'
|
||||
|
||||
Reference in New Issue
Block a user