File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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.
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
1818All 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
Original file line number Diff line number Diff line change 66
77version = "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*)" )
You can’t perform that action at this time.
0 commit comments