Skip to content

Commit

Permalink
Getting ready for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed May 28, 2020
1 parent 0d8cc2e commit 25b3c47
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 2, 1)
VERSION = (1, 2, 2)

default_app_config = 'django_q.apps.DjangoQConfig'

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

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

0 comments on commit 25b3c47

Please sign in to comment.