Skip to content

Commit

Permalink
Pre-release v3.2.0rc5 matching GraphQL.js 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 15, 2022
1 parent f0a968d commit 27768d3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.0rc4
current_version = 3.2.0rc5
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 @@ -51,7 +51,7 @@

# General information about the project.
project = 'GraphQL-core 3'
copyright = '2021, Christoph Zwerschke'
copyright = '2022, Christoph Zwerschke'
author = 'Christoph Zwerschke'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -61,7 +61,7 @@
# The short X.Y version.
# version = '3.2'
# The full version, including alpha/beta/rc tags.
version = release = '3.2.0rc4'
version = release = '3.2.0rc5'

# 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.2.0rc4"
version = "3.2.0rc5"
description = """
GraphQL-core is a Python port of GraphQL.js,
the JavaScript reference implementation for GraphQL."""
Expand Down
4 changes: 2 additions & 2 deletions src/graphql/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
__all__ = ["version", "version_info", "version_js", "version_info_js"]


version = "3.2.0rc4"
version = "3.2.0rc5"

version_js = "16.0.1"
version_js = "16.1.0"


_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")
Expand Down
4 changes: 2 additions & 2 deletions tests/language/test_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def errors_respect_whitespace():
GraphQL request:3:2
2 |
3 | ~
| ^
3 | ~
| ^
4 |
"""
)
Expand Down

0 comments on commit 27768d3

Please sign in to comment.