getting ready for new version

This commit is contained in:
Ilan
2015-07-15 23:14:37 +02:00
parent 5b63b2d52c
commit 4a7feb8e50

View File

@@ -8,6 +8,6 @@ from .tasks import async, schedule, result, fetch
from .models import Task, Schedule, Success, Failure
from .cluster import Cluster
VERSION = (0, 3, 4)
VERSION = (0, 3, 5)
default_app_config = 'django_q.apps.DjangoQConfig'