Skip to content

Commit

Permalink
Getting read for 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Oct 26, 2020
1 parent 617becd commit 552af9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_q/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 3, 3)
VERSION = (1, 3, 4)

default_app_config = "django_q.apps.DjangoQConfig"

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -73,7 +73,7 @@
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.3'
release = '1.3.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-q"
version = "1.3.3"
version = "1.3.4"
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
Expand Up @@ -26,7 +26,7 @@ def run(self):

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

0 comments on commit 552af9d

Please sign in to comment.