File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ a query language for APIs created by Facebook.
1212[ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/ )
1313
1414The current version 1.0.0rc2 of GraphQL-core-next is up-to-date with GraphQL.js
15- version 14.0.0rc2 . All parts of the API are covered by an extensive test
16- suite of currently 1602 unit tests.
15+ version 14.0.0 . All parts of the API are covered by an extensive test suite of
16+ currently 1602 unit tests.
1717
1818
1919## Documentation
Original file line number Diff line number Diff line change 3838"""
3939
4040__version__ = '1.0.0rc2'
41- __version_js__ = '14.0.0rc2 '
41+ __version_js__ = '14.0.0 '
4242
4343# The primary entry point into fulfilling a GraphQL request.
4444
You can’t perform that action at this time.
0 commit comments