Updated docs referencing the upgrade

This commit is contained in:
Syrus Akbary 2016-09-08 21:30:30 -07:00
parent 0e2092530b
commit 036210e097
2 changed files with 17 additions and 0 deletions

View File

@ -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 Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) [![Build Status](https://travis-ci.org/graphql-python/graphene.svg?branch=master)](https://travis-ci.org/graphql-python/graphene) [![PyPI version](https://badge.fury.io/py/graphene.svg)](https://badge.fury.io/py/graphene) [![Coverage Status](https://coveralls.io/repos/graphql-python/graphene/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphene?branch=master)

View File

@ -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
--------