Skip to content

Commit ce98196

Browse files
committed
Tag as v3.2.0rc1, matching GraphQL.js v16.0.0rc1
Replicates graphql/graphql-js@976d64b
1 parent 4fb8c60 commit ce98196

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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.2.0a5
2+
current_version = 3.2.0rc1
33
commit = False
44
tag = False
55

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.2.0a5'
64+
version = release = '3.2.0rc1'
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.2.0a5"
3+
version = "3.2.0rc1"
44
description = """
55
GraphQL-core is a Python port of GraphQL.js,
66
the JavaScript reference implementation for GraphQL."""

src/graphql/version.py

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

66

7-
version = "3.2.0a5"
7+
version = "3.2.0rc1"
88

9-
version_js = "16.0.0a5"
9+
version_js = "16.0.0rc1"
1010

1111

1212
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")

0 commit comments

Comments
 (0)