Skip to content

Commit

Permalink
update readme and release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joesolly committed Mar 7, 2017
1 parent 3371463 commit 8509a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2016 ISL
Copyright (c) 2017 ISL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ is not set::
If you would like to have your workers autoreload the same way django's runserver
autoreloads, use the ``--autoreload`` flag::

python manage.py rqworkers high default low --autoreload True
python manage.py rqworkers high default low --autoreload

### Note for Heroku

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='django-rq-wrapper',
version='1.4',
version='2.0',
author='ISL',
author_email='[email protected]',
description=('Django management command to run multiple rq workers in one command and autoreload.'),
Expand Down

0 comments on commit 8509a83

Please sign in to comment.