Skip to content

Commit

Permalink
Pre-release v3.2.0rc4 matching GraphQL.js 16.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 29, 2021
1 parent b486764 commit cf85554
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 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.2.0rc3
current_version = 3.2.0rc4
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
# version = '3.1'
# version = '3.2'
# The full version, including alpha/beta/rc tags.
version = release = '3.2.0rc3'
version = release = '3.2.0rc4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0rc3"
version = "3.2.0rc4"
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.2.0rc3"
version = "3.2.0rc4"

version_js = "16.0.1"

Expand Down

0 comments on commit cf85554

Please sign in to comment.