Skip to content

Commit ecd9a91

Browse files
committed
Updated Graphene-SQLAlchemy to 2.0 🎉
1 parent 08a0072 commit ecd9a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎graphene_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
get_session
1010
)
1111

12-
__version__ = '2.0.dev2017083101'
12+
__version__ = '2.0.0'
1313

1414
__all__ = [
1515
'__version__',

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
install_requires=[
4545
'six>=1.10.0',
46-
'graphene>=2.0.dev',
46+
'graphene>=2.0',
4747
'SQLAlchemy',
4848
'singledispatch>=3.4.0.3',
4949
'iso8601',

0 commit comments

Comments
 (0)