Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 14, 2024
1 parent 601129b commit 3cf0d26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.3.0a4
current_version = 3.3.0a5
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ reliable and compatible with GraphQL.js.
The current stable version 3.2.3 of GraphQL-core is up-to-date with GraphQL.js
version 16.6.0 and supports Python version 3.7 and newer.

You can also try out the latest alpha version 3.3.0a4 of GraphQL-core
You can also try out the latest alpha version 3.3.0a5 of GraphQL-core
which is up-to-date with GraphQL.js version 17.0.0a2.
Please note that this new minor version of GraphQL-core does not support
Python 3.6 anymore.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
# version = '3.3'
# The full version, including alpha/beta/rc tags.
version = release = "3.3.0a4"
version = release = "3.3.0a5"

# 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphql-core"
version = "3.3.0a4"
version = "3.3.0a5"
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
Expand Up @@ -8,7 +8,7 @@
__all__ = ["version", "version_info", "version_js", "version_info_js"]


version = "3.3.0a3"
version = "3.3.0a5"

version_js = "17.0.0a2"

Expand Down

0 comments on commit 3cf0d26

Please sign in to comment.