Skip to content

Commit 0aab100

Browse files
committed
Bump version number for new upload to PyPI
1 parent ec829a2 commit 0aab100

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.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
1515
version 14.0.0rc2. All parts of the API are covered by an extensive test
1616
suite of currently 1529 unit tests.
1717

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'0.9'
62+
version = u'1.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.9.0'
64+
release = u'1.0.0.rc2'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

graphql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- `graphql/subscription`: Subscribe to data updates.
3838
"""
3939

40-
__version__ = '1.0.0rc1'
40+
__version__ = '1.0.0rc2'
4141
__version_js__ = '14.0.0rc2'
4242

4343
# The primary entry point into fulfilling a GraphQL request.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0rc1
2+
current_version = 1.0.0rc2
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)