From 688d25c76d6ad472b57b769ded47d77427dfcfae Mon Sep 17 00:00:00 2001 From: Ilan Date: Fri, 17 Jul 2015 14:27:45 +0200 Subject: [PATCH] Getting ready for v0.3.6 --- django_q/__init__.py | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django_q/__init__.py b/django_q/__init__.py index 727a281f..7e5a656d 100644 --- a/django_q/__init__.py +++ b/django_q/__init__.py @@ -8,6 +8,6 @@ from .models import Task, Schedule, Success, Failure from .cluster import Cluster -VERSION = (0, 3, 5) +VERSION = (0, 3, 6) default_app_config = 'django_q.apps.DjangoQConfig' diff --git a/docs/conf.py b/docs/conf.py index 27a77131..6a4df63b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.5' +release = '0.3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 9eac0c32..b471de54 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def run(self): setup( name='django-q', - version='0.3.5', + version='0.3.6', author='Ilan Steemers', author_email='koed00@gmail.com', keywords='django task queue worker redis multiprocessing',