File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ a query language for APIs created by Facebook.
12
12
[ ![ 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/ )
13
13
[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
14
14
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 .
17
17
18
18
All parts of the API are covered by an extensive test suite
19
- of currently 2050 unit tests.
19
+ with over 2000 unit tests.
20
20
21
21
22
22
## Documentation
Original file line number Diff line number Diff line change 6
6
7
7
version = "3.1.0a0"
8
8
9
- version_js = "15.0.0a1 "
9
+ version_js = "15.0.0a2 "
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