Skip to content

Commit 821ef0f

Browse files
committed
Up-to-date with GraphQL.js 14.3.1
Replicates graphql/graphql-js@d414076
1 parent 9ecffbd commit 821ef0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
1313
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1414

1515
The current version 1.0.4 of GraphQL-core-next is up-to-date with GraphQL.js version
16-
14.3.0. All parts of the API are covered by an extensive test suite of currently 1779
16+
14.3.1. All parts of the API are covered by an extensive test suite of currently 1779
1717
unit tests.
1818

1919

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.4"
41-
__version_js__ = "14.3.0"
41+
__version_js__ = "14.3.1"
4242

4343
# The primary entry point into fulfilling a GraphQL request.
4444

0 commit comments

Comments
 (0)