From aba36e288442bc2df8f0d8f719dad6b2be440a0f Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 16 Aug 2020 18:47:55 +0200 Subject: [PATCH] Getting ready for 1.3.3 --- django_q/__init__.py | 2 +- docs/conf.py | 2 +- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- requirements.txt | 4 ++-- setup.py | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/django_q/__init__.py b/django_q/__init__.py index c9bce685..16c5550e 100644 --- a/django_q/__init__.py +++ b/django_q/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 2) +VERSION = (1, 3, 3) default_app_config = "django_q.apps.DjangoQConfig" diff --git a/docs/conf.py b/docs/conf.py index af2e053c..de7e30ed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/poetry.lock b/poetry.lock index c74a08ab..804a7d2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -71,10 +71,10 @@ description = "The AWS SDK for Python" name = "boto3" optional = true python-versions = "*" -version = "1.14.41" +version = "1.14.43" [package.dependencies] -botocore = ">=1.17.41,<1.18.0" +botocore = ">=1.17.43,<1.18.0" jmespath = ">=0.7.1,<1.0.0" s3transfer = ">=0.3.0,<0.4.0" @@ -84,7 +84,7 @@ description = "Low-level, data-driven core of boto 3." name = "botocore" optional = true python-versions = "*" -version = "1.17.41" +version = "1.17.43" [package.dependencies] docutils = ">=0.10,<0.16" @@ -261,7 +261,7 @@ marker = "platform_system == \"Windows\"" name = "jinxed" optional = false python-versions = "*" -version = "1.0.0" +version = "1.0.1" [package.dependencies] ansicon = "*" @@ -553,12 +553,12 @@ blessed = [ {file = "blessed-1.17.9.tar.gz", hash = "sha256:0d497a5be8a808b7300c00bf8303e7ba9fd11f6063a67bb924a475e5bfa7a9bb"}, ] boto3 = [ - {file = "boto3-1.14.41-py2.py3-none-any.whl", hash = "sha256:e9a5efddf7492719ec3d4024e67170fc71a874125d37eb5211b242f23c242dac"}, - {file = "boto3-1.14.41.tar.gz", hash = "sha256:26f76c7780470de54dfe816bcbeed57a05f53a0bec7c9ae9e8ad7b61ac4c74cc"}, + {file = "boto3-1.14.43-py2.py3-none-any.whl", hash = "sha256:640a8372ce0edfbb84a8f63584a0b64c78d61a751a27c2a47f92d2ebaf021ce4"}, + {file = "boto3-1.14.43.tar.gz", hash = "sha256:a6c9a3d3abbad2ff2e5751af599492a9271633a7c9fef343482524464c53e451"}, ] botocore = [ - {file = "botocore-1.17.41-py2.py3-none-any.whl", hash = "sha256:329ca6d6d5e91e97569ecd7f328cd3d627e918ce0703943f93d0b9de6af9aab2"}, - {file = "botocore-1.17.41.tar.gz", hash = "sha256:519fcccf9c41634d2aba9dc769b0ac6aa14034f20a60882b0e098ae2e07cab55"}, + {file = "botocore-1.17.43-py2.py3-none-any.whl", hash = "sha256:f8801ce7f7603922ccab1c86c448e802f94183e31d99457e85fb9985a20d3abc"}, + {file = "botocore-1.17.43.tar.gz", hash = "sha256:3fb144d2b5d705127f394f7483737ece6fa79577ca7c493e4f42047ac8636200"}, ] certifi = [ {file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"}, @@ -664,8 +664,8 @@ iron-mq = [ {file = "iron-mq-0.9.tar.gz", hash = "sha256:c90441d872d9c08968343810a2ad1cca1664d80fd2ad3a3a2dbec57b7b38ecfa"}, ] jinxed = [ - {file = "jinxed-1.0.0-py2.py3-none-any.whl", hash = "sha256:79ceb7097ba9d905000905173554092e81fe31aebb107b9566a15767dfdc3a82"}, - {file = "jinxed-1.0.0.tar.gz", hash = "sha256:094d0e1c92b8bcf324d1fb4dceaa82cb79e4524790caf524eca0499807a0fbd8"}, + {file = "jinxed-1.0.1-py2.py3-none-any.whl", hash = "sha256:602f2cb3523c1045456f7b6d79ac19297fd8e933ae3bd9159845dc857f2d519c"}, + {file = "jinxed-1.0.1.tar.gz", hash = "sha256:bc523c74fe676c99ccc69c68c2dcd7d4d2d7b2541f6dbef74ef211aedd8ad0d3"}, ] jmespath = [ {file = "jmespath-0.10.0-py2.py3-none-any.whl", hash = "sha256:cdf6525904cc597730141d61b36f2e4b8ecc257c420fa2f4549bac2c2d0cb72f"}, diff --git a/pyproject.toml b/pyproject.toml index 4fcf8c3e..45fe9afe 100644 --- a/pyproject.toml +++ b/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 "] license = "MIT" diff --git a/requirements.txt b/requirements.txt index 6de4a2c0..15233d2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 81e6b107..4bc35861 100644 --- a/setup.py +++ b/setup.py @@ -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',