Skip to content

Commit

Permalink
Update readme to latest django2.0 prerelease (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum committed Nov 17, 2017
1 parent 32cb80e commit 2430cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -37,7 +37,7 @@ Django 2.0 Alpha Pre-Release
We have a pre-release available to begin testing against Django 2.0. You can
install this version by running::

pip install django-registration-redux==2.0a2
pip install django-registration-redux==2.0a3

If you find any issues with this alpha release, please submit an issue or a
pull request (compared against the `django-2.0 branch <https://github.com/macropin/django-registration/tree/django-2.0>`_). Once Django 2.0 is officially released, we will take our version out of alpha and
Expand Down
4 changes: 2 additions & 2 deletions tasks.py
Expand Up @@ -26,5 +26,5 @@ def test():
@task
def lint():
run("rst2html.py README.rst > /dev/null")
run("flake8")
run("isort --recursive --check-only")
run("flake8 registration")
run("isort --recursive --check-only registration")

0 comments on commit 2430cd3

Please sign in to comment.