mirror of
https://github.com/graphql-python/graphene.git
synced 2025-03-05 04:15:47 +03:00
Updated docs referencing the upgrade
This commit is contained in:
parent
0e2092530b
commit
036210e097
|
@ -1,3 +1,8 @@
|
|||
You are in the `next` unreleased version of Graphene (`1.0.dev`).
|
||||
Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade.
|
||||
|
||||
---
|
||||
|
||||
#  [Graphene](http://graphene-python.org) [](https://travis-ci.org/graphql-python/graphene) [](https://badge.fury.io/py/graphene) [](https://coveralls.io/github/graphql-python/graphene?branch=master)
|
||||
|
||||
|
||||
|
|
12
README.rst
12
README.rst
|
@ -1,3 +1,9 @@
|
|||
You are in the ``next`` unreleased version of Graphene (``1.0.dev``).
|
||||
Please read `UPGRADE-v1.0.md </UPGRADE-v1.0.md>`__ to learn how to
|
||||
upgrade.
|
||||
|
||||
--------------
|
||||
|
||||
|Graphene Logo| `Graphene <http://graphene-python.org>`__ |Build Status| |PyPI version| |Coverage Status|
|
||||
=========================================================================================================
|
||||
|
||||
|
@ -34,6 +40,12 @@ For instaling graphene, just run this command in your shell
|
|||
# Or in case of need SQLAlchemy support
|
||||
pip install graphene[sqlalchemy]
|
||||
|
||||
1.0 Upgrade Guide
|
||||
-----------------
|
||||
|
||||
Please read `UPGRADE-v1.0.md </UPGRADE-v1.0.md>`__ to learn how to
|
||||
upgrade.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user