Skip to content

Commit cf85554

Browse files
committed
Pre-release v3.2.0rc4 matching GraphQL.js 16.0.1
1 parent b486764 commit cf85554

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.2.0rc3
2+
current_version = 3.2.0rc4
33
commit = False
44
tag = False
55

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 = '3.1'
62+
# version = '3.2'
6363
# The full version, including alpha/beta/rc tags.
64-
version = release = '3.2.0rc3'
64+
version = release = '3.2.0rc4'
6565

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

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphql-core"
3-
version = "3.2.0rc3"
3+
version = "3.2.0rc4"
44
description = """
55
GraphQL-core is a Python port of GraphQL.js,
66
the JavaScript reference implementation for GraphQL."""

src/graphql/version.py

Lines changed: 1 addition & 1 deletion
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.2.0rc3"
7+
version = "3.2.0rc4"
88

99
version_js = "16.0.1"
1010

0 commit comments

Comments
 (0)