Skip to content

Commit 7dbfd07

Browse files
committed
Prepare version 3.1.0b2
1 parent 2c2cae7 commit 7dbfd07

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0b1
2+
current_version = 3.1.0b2
33
commit = False
44
tag = False
55

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ a query language for APIs created by Facebook.
1515
The current stable version 3.0.3 of GraphQL-core is up-to-date with
1616
GraphQL.js version 14.6.0.
1717

18-
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.
18+
The latest beta version 3.1.0b1 of GraphQL-core is up-to-date with
19+
GraphQL.js version 15.0.0rc2.
20+
21+
An extensive test suite with over 2100 unit tests and 100% coverage
22+
also replicates the test suite of GraphQL.js, making sure this port
23+
is reliable and compatible with GraphQL.js.
1924

2025

2126
## Documentation

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
# version = '3.1'
6363
# The full version, including alpha/beta/rc tags.
64-
version = release = '3.1.0b1'
64+
version = release = '3.1.0b2'
6565

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphql-core"
3-
version = "3.1.0b1"
3+
version = "3.1.0b2"
44
description = """
55
GraphQL-core is a Python port of GraphQL.js,
66
the JavaScript reference implementation for GraphQL."""

src/graphql/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__all__ = ["version", "version_info", "version_js", "version_info_js"]
55

66

7-
version = "3.1.0b1"
7+
version = "3.1.0b2"
88

99
version_js = "15.0.0c2"
1010

0 commit comments

Comments
 (0)