10000 Current version corresponds to GraphQL.js 14.5.8 now · graphql-python/graphql-core@da6f8ea · GitHub
[go: up one dir, main page]

Skip to content

Commit da6f8ea

Browse files
committed
Current version corresponds to GraphQL.js 14.5.8 now
1 parent c603545 commit da6f8ea

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 3.0.0b1 of GraphQL-core is up-to-date
16-
with GraphQL.js version 14.5.6.
16+
with GraphQL.js version 14.5.8.
1717

1818
All parts of the API are covered by an extensive test suite
1919
of currently 1990 unit tests.

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.0.0b1"
88

9-
version_js = "14.5.6"
9+
version_js = "14.5.8"
1010

1111

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

0 commit comments

Comments
 (0)
0