Point to stable version of Graphene 2.0

This commit is contained in:
Syrus Akbary 2017-10-26 00:21:11 -07:00
parent 5051d3bb61
commit 2600f0f041
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://gra
For instaling graphene, just run this command in your shell
```bash
pip install "graphene-django>=2.0.dev"
pip install "graphene-django>=2.0"
```
### Settings

View File

@ -17,7 +17,7 @@ For instaling graphene, just run this command in your shell
.. code:: bash
pip install "graphene-django>=2.0.dev"
pip install "graphene-django>=2.0"
Settings
~~~~~~~~