mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Updated graphene to 1.0 🎉
This commit is contained in:
parent
46cd025835
commit
c920537380
|
@ -1,5 +1,4 @@
|
||||||
You are in the `next` unreleased version of Graphene (`1.0.dev`).
|
This are the docs for Graphene `1.0`. Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade.
|
||||||
Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -32,7 +31,7 @@ Graphene has multiple integrations with different frameworks:
|
||||||
For instaling graphene, just run this command in your shell
|
For instaling graphene, just run this command in your shell
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install "graphene>=1.0.dev"
|
pip install "graphene>=1.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 1.0 Upgrade Guide
|
## 1.0 Upgrade Guide
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
You are in the ``next`` unreleased version of Graphene (``1.0.dev``).
|
This are the docs for Graphene ``1.0``. Please read
|
||||||
Please read `UPGRADE-v1.0.md`_ to learn how to upgrade.
|
Please read `UPGRADE-v1.0.md`_ to learn how to upgrade.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
@ -41,7 +41,7 @@ For instaling graphene, just run this command in your shell
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
pip install "graphene>=1.0.dev"
|
pip install "graphene>=1.0"
|
||||||
|
|
||||||
1.0 Upgrade Guide
|
1.0 Upgrade Guide
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -73,7 +73,7 @@ author = u'Syrus Akbary'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'1.0'
|
version = u'1.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'1.0.dev'
|
release = u'1.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -154,7 +154,7 @@ html_theme_path = [sphinx_graphene_theme.get_html_theme_path()]
|
||||||
# The name for this set of Sphinx documents.
|
# The name for this set of Sphinx documents.
|
||||||
# "<project> v<release> documentation" by default.
|
# "<project> v<release> documentation" by default.
|
||||||
#
|
#
|
||||||
# html_title = u'Graphene v1.0.dev'
|
# html_title = u'Graphene v1.0'
|
||||||
|
|
||||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||||
#
|
#
|
||||||
|
|
|
@ -14,7 +14,7 @@ Project setup
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
pip install "graphene>=1.0.dev"
|
pip install "graphene>=1.0"
|
||||||
|
|
||||||
Creating a basic Schema
|
Creating a basic Schema
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
|
@ -10,7 +10,7 @@ except NameError:
|
||||||
__SETUP__ = False
|
__SETUP__ = False
|
||||||
|
|
||||||
|
|
||||||
VERSION = (1, 0, 0, 'alpha', 0)
|
VERSION = (1, 0, 0, 'final', 0)
|
||||||
|
|
||||||
__version__ = get_version(VERSION)
|
__version__ = get_version(VERSION)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user