Skip to content

Commit

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

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.2'
release = '1.3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-q"
version = "1.3.2"
version = "1.3.3"
description = "A multiprocessing distributed task queue for Django"
authors = ["Ilan Steemers <koed00@gmail.com>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -7,8 +7,8 @@
arrow==0.15.8 # via -r requirements.in
asgiref==3.2.10 # via django
blessed==1.17.9 # via -r requirements.in
boto3==1.14.41 # via -r requirements.in
botocore==1.17.41 # via boto3, s3transfer
boto3==1.14.43 # via -r requirements.in
botocore==1.17.43 # via boto3, s3transfer
certifi==2020.6.20 # via requests
chardet==3.0.4 # via requests
croniter==0.3.34 # via -r requirements.in
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.2',
version='1.3.3',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django multiprocessing worker scheduler queue',
Expand Down

0 comments on commit aba36e2

Please sign in to comment.