Updated docs to use stable version of Graphene 2.0

This commit is contained in:
Syrus Akbary 2017-10-26 00:22:59 -07:00
parent d65e431619
commit 34d03a7bd2
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit
For instaling graphene, just run this command in your shell For instaling graphene, just run this command in your shell
```bash ```bash
pip install "graphene>=2.0.dev" pip install "graphene>=2.0"
``` ```
## 2.0 Upgrade Guide ## 2.0 Upgrade Guide

View File

@ -20,7 +20,7 @@ Project setup
.. code:: bash .. code:: bash
pip install "graphene>=2.0.dev" pip install "graphene>=2.0"
Creating a basic Schema Creating a basic Schema
----------------------- -----------------------