File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ a query language for APIs created by Facebook.
11
11
[ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/GraphQL-core-next/shield.svg )] ( https://pyup.io/repos/github/graphql-python/GraphQL-core-next/ )
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
14
- The current version 1.0.0rc1 of GraphQL-core-next is up-to-date with GraphQL.js
14
+ The current version 1.0.0rc2 of GraphQL-core-next is up-to-date with GraphQL.js
15
15
version 14.0.0rc2. All parts of the API are covered by an extensive test
16
16
suite of currently 1529 unit tests.
17
17
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = u'0.9 '
62
+ version = u'1.0 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'0.9.0 '
64
+ release = u'1.0.0.rc2 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 37
37
- `graphql/subscription`: Subscribe to data updates.
38
38
"""
39
39
40
- __version__ = '1.0.0rc1 '
40
+ __version__ = '1.0.0rc2 '
41
41
__version_js__ = '14.0.0rc2'
42
42
43
43
# The primary entry point into fulfilling a GraphQL request.
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0.0rc1
2
+ current_version = 1.0.0rc2
3
3
commit = True
4
4
tag = True
5
5
You can’t perform that action at this time.
0 commit comments