Skip to content

Commit eb4df8d

Browse files
committed
Updated graphene-sqlalchemy version to 1.0 🎉
1 parent 08fcfc0 commit eb4df8d

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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`.
33

44
---
55

@@ -13,7 +13,7 @@ A [SQLAlchemy](http://www.sqlalchemy.org/) integration for [Graphene](http://gra
1313
For instaling graphene, just run this command in your shell
1414

1515
```bash
16-
pip install "graphene-sqlalchemy>=1.0.dev"
16+
pip install "graphene-sqlalchemy>=1.0"
1717
```
1818

1919
## Examples

‎README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
You are in the ``next`` unreleased version of Graphene-sqlalchemy
2-
(``1.0.dev``). Please read
1+
Please read
32
`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``.
54

65
--------------
76

@@ -18,7 +17,7 @@ For instaling graphene, just run this command in your shell
1817

1918
.. code:: bash
2019
21-
pip install "graphene-sqlalchemy>=1.0.dev"
20+
pip install "graphene-sqlalchemy>=1.0"
2221
2322
Examples
2423
--------

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='graphene-sqlalchemy',
5-
version='1.0.dev20160920000001',
5+
version='1.0',
66

77
description='Graphene SQLAlchemy integration',
88
long_description=open('README.rst').read(),
@@ -33,7 +33,7 @@
3333

3434
install_requires=[
3535
'six>=1.10.0',
36-
'graphene>=1.0.dev',
36+
'graphene>=1.0',
3737
'SQLAlchemy',
3838
'singledispatch>=3.4.0.3',
3939
],

0 commit comments

Comments
 (0)