bumping to version 0.3.2

This commit is contained in:
Ilan Steemers
2015-07-09 20:30:02 +02:00
parent e62fd1ee70
commit dfd36e1b39
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ sys.path.insert(0, myPath)
from .tasks import async, schedule, result, fetch
from .models import Task, Schedule
VERSION = (0, 3, 1)
VERSION = (0, 3, 2)
default_app_config = 'django_q.apps.DjangoQConfig'