Skip to content

Commit

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

default_app_config = "django_q.apps.DjangoQConfig"

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2'
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.2.4'
release = '1.3.0'

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

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

4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -7,8 +7,8 @@
arrow==0.15.7 # via -r requirements.in
asgiref==3.2.10 # via django
blessed==1.17.8 # via -r requirements.in
boto3==1.14.14 # via -r requirements.in
botocore==1.17.14 # via boto3, s3transfer
boto3==1.14.15 # via -r requirements.in
botocore==1.17.15 # 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.2.4',
version='1.3.0',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django multiprocessing worker scheduler queue',
Expand Down

0 comments on commit 6e4c32c

Please sign in to comment.