Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 15, 2018
1 parent fb8d576 commit 62a2c97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ a query language for APIs created by Facebook.
[![Dependency Updates](https://pyup.io/repos/github/graphql-python/graphql-core-next/shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-core-next/)
[![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/)

The current version 1.0.0 of GraphQL-core-next is up-to-date with GraphQL.js
version 14.0.1. All parts of the API are covered by an extensive test suite of
The current version 1.0.1 of GraphQL-core-next is up-to-date with GraphQL.js
version 14.0.2. All parts of the API are covered by an extensive test suite of
currently 1606 unit tests.


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions graphql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
- `graphql/subscription`: Subscribe to data updates.
"""

__version__ = '1.0.0'
__version_js__ = '14.0.1'
__version__ = '1.0.1'
__version_js__ = '14.0.2'

# The primary entry point into fulfilling a GraphQL request.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down

0 comments on commit 62a2c97

Please sign in to comment.