Skip to content

Commit

Permalink
Getting ready for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Feb 17, 2020
1 parent da6563e commit 17c1e2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_q/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0)
VERSION = (1, 2, 0)

default_app_config = 'django_q.apps.DjangoQConfig'

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -71,9 +71,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def run(self):

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',
Expand Down

0 comments on commit 17c1e2b

Please sign in to comment.