Skip to content

Commit 5e2e538

Browse files
committed
Up-to-date with GraphQL.js 14.1.1
Replicates graphql/graphql-js@7dd2b2b
1 parent f39ac7d commit 5e2e538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.1 of GraphQL-core-next is up-to-date with GraphQL.js version
16-
14.1.0. All parts of the API are covered by an extensive test suite of currently 1701
16+
14.1.1. All parts of the API are covered by an extensive test suite of currently 1701
1717
unit tests.
1818

1919

graphql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"""
3939

4040
__version__ = "1.0.1"
41-
__version_js__ = "14.1.0"
41+
__version_js__ = "14.1.1"
4242

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

0 commit comments

Comments
 (0)