From 4ceff55b43576c72c4e87de7fc2cd309977a72b2 Mon Sep 17 00:00:00 2001 From: Ilan Date: Tue, 21 Jul 2015 13:02:42 +0200 Subject: [PATCH] bumping to v0.4.1 --- django_q/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_q/__init__.py b/django_q/__init__.py index 9d412e1..577a39b 100644 --- a/django_q/__init__.py +++ b/django_q/__init__.py @@ -9,6 +9,6 @@ from .models import Task, Schedule, Success, Failure from .cluster import Cluster from .monitor import Stat -VERSION = (0, 4, 0) +VERSION = (0, 4, 1) default_app_config = 'django_q.apps.DjangoQConfig' diff --git a/setup.py b/setup.py index d2a8071..f8f39ee 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(Command): setup( name='django-q', - version='0.4.0', + version='0.4.1', author='Ilan Steemers', author_email='koed00@gmail.com', keywords='django task queue worker redis multiprocessing',