Skip to content

Commit 34d03a7

Browse files
committed
Updated docs to use stable version of Graphene 2.0
1 parent d65e431 commit 34d03a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit
3232
For instaling graphene, just run this command in your shell
3333

3434
```bash
35-
pip install "graphene>=2.0.dev"
35+
pip install "graphene>=2.0"
3636
```
3737

3838
## 2.0 Upgrade Guide

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Project setup
2020

2121
.. code:: bash
2222
23-
pip install "graphene>=2.0.dev"
23+
pip install "graphene>=2.0"
2424
2525
Creating a basic Schema
2626
-----------------------

0 commit comments

Comments
 (0)