10000 Now up to date with GraphQL.js 14.0.0 · graphql-python/graphql-core@827511a · GitHub
[go: up one dir, main page]

Skip to content

Commit 827511a

Browse files
committed
Now up to date with GraphQL.js 14.0.0
1 parent ea96cd4 commit 827511a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1414
The 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

graphql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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

0 commit comments

Comments
 (0)
0