Skip to content

Commit 990b73a

Browse files
committed
master is now up to date with GraphQL.js 15.0.0a2
1 parent 89ccb32 commit 990b73a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ a query language for APIs created by Facebook.
1212
[![Python 3 Status](https://pyup.io/repos/github/graphql-python/graphql-core-next/python-3-shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-core-next/)
1313
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1414

15-
The current stable version 3.0.1 of GraphQL-core is up-to-date
16-
with GraphQL.js version 14.5.8.
15+
The current stable version 3.0.2 of GraphQL-core is up-to-date
16+
with GraphQL.js version 14.6.0.
1717

1818
All parts of the API are covered by an extensive test suite
19-
of currently 2050 unit tests.
19+
with over 2000 unit tests.
2020

2121

2222
## Documentation

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.1.0a0"
88

9-
version_js = "15.0.0a1"
9+
version_js = "15.0.0a2"
1010

1111

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

0 commit comments

Comments
 (0)