File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- You are in the ` next ` unreleased version of Graphene-sqlalchemy ( ` 1.0.dev ` ).
2
- Please read [ UPGRADE-v1.0.md ] ( https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md ) to learn how to upgrade.
1
+ Please read [ UPGRADE-v1.0.md ] ( https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md )
2
+ to learn how to upgrade to Graphene ` 1.0 ` .
3
3
4
4
---
5
5
@@ -13,7 +13,7 @@ A [SQLAlchemy](http://www.sqlalchemy.org/) integration for [Graphene](http://gra
13
13
For instaling graphene, just run this command in your shell
14
14
15
15
``` bash
16
- pip install " graphene-sqlalchemy>=1.0.dev "
16
+ pip install " graphene-sqlalchemy>=1.0"
17
17
```
18
18
19
19
## Examples
Original file line number Diff line number Diff line change 1
- You are in the ``next `` unreleased version of Graphene-sqlalchemy
2
- (``1.0.dev ``). Please read
1
+ Please read
3
2
`UPGRADE-v1.0.md <https://github.com/graphql-python/graphene/blob/master/UPGRADE-v1.0.md >`__
4
- to learn how to upgrade.
3
+ to learn how to upgrade to Graphene `` 1.0 `` .
5
4
6
5
--------------
7
6
@@ -18,7 +17,7 @@ For instaling graphene, just run this command in your shell
18
17
19
18
.. code :: bash
20
19
21
- pip install " graphene-sqlalchemy>=1.0.dev "
20
+ pip install " graphene-sqlalchemy>=1.0"
22
21
23
22
Examples
24
23
--------
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'graphene-sqlalchemy' ,
5
- version = '1.0.dev20160920000001 ' ,
5
+ version = '1.0' ,
6
6
7
7
description = 'Graphene SQLAlchemy integration' ,
8
8
long_description = open ('README.rst' ).read (),
33
33
34
34
install_requires = [
35
35
'six>=1.10.0' ,
36
- 'graphene>=1.0.dev ' ,
36
+ 'graphene>=1.0' ,
37
37
'SQLAlchemy' ,
38
38
'singledispatch>=3.4.0.3' ,
39
39
],
You can’t perform that action at this time.
0 commit comments