diff --git a/README.md b/README.md index 3291be6f..8933ee87 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README.rst b/README.rst index a3b8703a..183d83ce 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,9 @@ +You are in the ``next`` unreleased version of Graphene (``1.0.dev``). +Please read `UPGRADE-v1.0.md `__ to learn how to +upgrade. + +-------------- + |Graphene Logo| `Graphene `__ |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 `__ to learn how to +upgrade. + Examples --------