Skip to content

Commit 9dcf25e

Browse files
committed
Bump patch version
1 parent e92c5ee commit 9dcf25e

File tree

5 files changed

+5
-5
lines changed

5 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.3.0a5
2+
current_version = 3.3.0a6
33
commit = False
44
tag = False
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reliable and compatible with GraphQL.js.
1717
The current stable version 3.2.3 of GraphQL-core is up-to-date with GraphQL.js
1818
version 16.6.0 and supports Python version 3.7 and newer.
1919

20-
You can also try out the latest alpha version 3.3.0a5 of GraphQL-core
20+
You can also try out the latest alpha version 3.3.0a6 of GraphQL-core
2121
which is up-to-date with GraphQL.js version 17.0.0a2.
2222
Please note that this new minor version of GraphQL-core does not support
2323
Python 3.6 anymore.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
# version = '3.3'
6262
# The full version, including alpha/beta/rc tags.
63-
version = release = "3.3.0a5"
63+
version = release = "3.3.0a6"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# 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.3.0a5"
3+
version = "3.3.0a6"
44
description = """\
55
GraphQL-core is a Python port of GraphQL.js,\
66
the JavaScript reference implementation for GraphQL."""

src/graphql/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__all__ = ["version", "version_info", "version_js", "version_info_js"]
99

1010

11-
version = "3.3.0a5"
11+
version = "3.3.0a6"
1212

1313
version_js = "17.0.0a2"
1414

0 commit comments

Comments
 (0)