Skip to content

Commit

Permalink
Prepare version 3.1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Mar 21, 2020
1 parent 2c2cae7 commit 7dbfd07
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.0b1
current_version = 3.1.0b2
commit = False
tag = False

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ a query language for APIs created by Facebook.
The current stable version 3.0.3 of GraphQL-core is up-to-date with
GraphQL.js version 14.6.0.

An extensive test suite with over 2100 unit tests and 100% coverage also replicates the test suite of GraphQL.js, making sure this port is reliable and compatible with GraphQL.js.
The latest beta version 3.1.0b1 of GraphQL-core is up-to-date with
GraphQL.js version 15.0.0rc2.

An extensive test suite with over 2100 unit tests and 100% coverage
also replicates the test suite of GraphQL.js, making sure this port
is reliable and compatible with GraphQL.js.


## Documentation
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 = '3.1'
# The full version, including alpha/beta/rc tags.
version = release = '3.1.0b1'
version = release = '3.1.0b2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphql-core"
version = "3.1.0b1"
version = "3.1.0b2"
description = """
GraphQL-core is a Python port of GraphQL.js,
the JavaScript reference implementation for GraphQL."""
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__all__ = ["version", "version_info", "version_js", "version_info_js"]


version = "3.1.0b1"
version = "3.1.0b2"

version_js = "15.0.0c2"

Expand Down

0 comments on commit 7dbfd07

Please sign in to comment.