Getting ready for 1.2.0

This commit is contained in:
Ilan
2020-02-17 13:09:18 +01:00
parent da6563ed54
commit 17c1e2b651
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
VERSION = (1, 1, 0)
VERSION = (1, 2, 0)
default_app_config = 'django_q.apps.DjangoQConfig'

View File

@@ -71,9 +71,9 @@ author = 'Ilan Steemers'
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='1.1.0',
version='1.2.0',
author='Ilan Steemers',
author_email='koed0@gmail.com',
keywords='django distributed task queue worker scheduler cron redis disque ironmq sqs orm mongodb multiprocessing rollbar',