File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ 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.0rc2 of GraphQL-core-next is up-to-date with GraphQL.js
14
+ The current version 1.0.0 of GraphQL-core-next is up-to-date with GraphQL.js
15
15
version 14.0.0. All parts of the API are covered by an extensive test suite of
16
- currently 1602 unit tests.
16
+ currently 1603 unit tests.
17
17
18
18
19
19
## Documentation
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'1.0'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.0.0.rc2 '
64
+ release = u'1.0.0'
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.0rc2 '
40
+ __version__ = '1.0.0 '
41
41
__version_js__ = '14.0.0'
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.0rc2
2
+ current_version = 1.0.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 27
27
package_data = {'graphql' : ['py.typed' ]},
28
28
29
29
classifiers = [
30
- 'Development Status :: 4 - Beta ' ,
30
+ 'Development Status :: 5 - Production/Stable ' ,
31
31
'Intended Audience :: Developers' ,
32
32
'License :: OSI Approved :: MIT License' ,
33
33
'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments