Skip to content

Commit

Permalink
Revert "version bump"
Browse files Browse the repository at this point in the history
This reverts commit 3b2f444.
  • Loading branch information
timomeara committed Aug 11, 2020
1 parent 3b2f444 commit 991cca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, 3, 3)
VERSION = (1, 3, 2)

default_app_config = "django_q.apps.DjangoQConfig"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-q"
version = "1.3.3"
version = "1.3.2"
description = "A multiprocessing distributed task queue for Django"
authors = ["Ilan Steemers <koed00@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(self):

setup(
name='django-q',
version='1.3.3',
version='1.3.2',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django multiprocessing worker scheduler queue',
Expand Down

0 comments on commit 991cca5

Please sign in to comment.