File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ a query language for APIs created by Facebook.
10
10
![ Lint Status] ( https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg )
11
11
[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
12
12
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.
14
14
15
15
An extensive test suite with over 2300 unit tests and 100% coverage comprises a
16
16
replication of the complete test suite of GraphQL.js, making sure this port is
Original file line number Diff line number Diff line change 6
6
7
7
version = "3.2.2"
8
8
9
- version_js = "16.4 .0"
9
+ version_js = "16.5 .0"
10
10
11
11
12
12
_re_version = re .compile (r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)" )
You can’t perform that action at this time.
0 commit comments