Skip to content

Commit 52daf76

Browse files
committed
No portable changes in GraphQL.js v16.5.0
Replicates graphql/graphql-js@1f8ba95
1 parent fccf52e commit 52daf76

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
@@ -10,7 +10,7 @@ a query language for APIs created by Facebook.
1010
![Lint Status](https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg)
1111
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1212

13-
The current version 3.2.2 of GraphQL-core is up-to-date with GraphQL.js version 16.4.0.
13+
The current version 3.2.2 of GraphQL-core is up-to-date with GraphQL.js version 16.5.0.
1414

1515
An extensive test suite with over 2300 unit tests and 100% coverage comprises a
1616
replication of the complete test suite of GraphQL.js, making sure this port is

src/graphql/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
version = "3.2.2"
88

9-
version_js = "16.4.0"
9+
version_js = "16.5.0"
1010

1111

1212
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")

0 commit comments

Comments
 (0)