File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ a query language for APIs created by Facebook.
1111[ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/ )
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
14- The current version 1.0.0 of GraphQL-core-next is up-to-date with GraphQL.js
15- version 14.0.1 . All parts of the API are covered by an extensive test suite of
14+ The current version 1.0.1 of GraphQL-core-next is up-to-date with GraphQL.js
15+ version 14.0.2 . All parts of the API are covered by an extensive test suite of
1616currently 1606 unit tests.
1717
1818
Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = u'1.0'
6363# The full version, including alpha/beta/rc tags.
64- release = u'1.0.0 '
64+ release = u'1.0.1 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 3737 - `graphql/subscription`: Subscribe to data updates.
3838"""
3939
40- __version__ = '1.0.0 '
41- __version_js__ = '14.0.1 '
40+ __version__ = '1.0.1 '
41+ __version_js__ = '14.0.2 '
4242
4343# The primary entry point into fulfilling a GraphQL request.
4444
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0
2+ current_version = 1.0.1
33commit = True
44tag = True
55
You can’t perform that action at this time.
0 commit comments