From 036210e097081fba18534b74cb17224b03a0bc8e Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 8 Sep 2016 21:30:30 -0700 Subject: [PATCH] Updated docs referencing the upgrade --- README.md | 5 +++++ README.rst | 12 ++++++++++++ 2 files changed, 17 insertions(+) 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 --------