We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e00fc commit 3a19279Copy full SHA for 3a19279
README.md
@@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
13
[](https://github.com/ambv/black)
14
15
The current version 3.0.0a2 of GraphQL-core is up-to-date
16
-with GraphQL.js version 14.4.1.
+with GraphQL.js version 14.4.2.
17
18
All parts of the API are covered by an extensive test suite
19
of currently 1907 unit tests.
src/graphql/version.py
@@ -6,7 +6,7 @@
6
7
version = "3.0.0a2"
8
9
-version_js = "14.4.1"
+version_js = "14.4.2"
10
11
12
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")
0 commit comments