Getting ready for 1.2.2

This commit is contained in:
Ilan Steemers
2020-05-28 14:49:40 +02:00
parent 0d8cc2e2af
commit 25b3c47e5f
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -73,7 +73,7 @@ author = 'Ilan Steemers'
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.1'
release = '1.2.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -26,9 +26,9 @@ class PyTest(Command):
setup(
name='django-q',
version='1.2.1',
version='1.2.2',
author='Ilan Steemers',
author_email='koed0@gmail.com',
author_email='koed00@gmail.com',
keywords='django distributed task queue worker scheduler cron redis disque ironmq sqs orm mongodb multiprocessing rollbar',
packages=['django_q'],
include_package_data=True,