Skip to content

Commit 2d72d39

Browse files
committed
Bump version
1 parent 07df9eb commit 2d72d39

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.0rc0
2+
current_version = 3.3.0rc1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<build>\d+))?

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ An extensive test suite with over 3000 unit tests and 100% coverage replicates t
1515
complete test suite of GraphQL.js, ensuring that this port is reliable and compatible
1616
with GraphQL.js.
1717

18-
The current stable version 3.2.11 of GraphQL-core is up-to-date with GraphQL.js
19-
version 16.14.1 and supports Python versions 3.7 to 3.14.
18+
The current stable version 3.2.12 of GraphQL-core is up-to-date with GraphQL.js
19+
version 16.14.2 and supports Python versions 3.7 to 3.14.
2020

21-
You can also try out the latest release candidate 3.3.0rc0 of GraphQL-core,
21+
You can also try out the latest release candidate 3.3.0rc1 of GraphQL-core,
2222
which is up-to-date with GraphQL.js version 17.0.0rc0.
2323
This new minor version of GraphQL-core also supports Python versions 3.10 to 3.14.
2424

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
# version = '3.3'
5454
# The full version, including alpha/beta/rc tags.
55-
version = release = "3.3.0rc0"
55+
version = release = "3.3.0rc1"
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphql-core"
3-
version = "3.3.0rc0"
3+
version = "3.3.0rc1"
44
description = "GraphQL-core is a Python port of GraphQL.js, the JavaScript reference implementation for GraphQL."
55
readme = "README.md"
66
requires-python = ">=3.10"

src/graphql/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__all__ = ["version", "version_info", "version_info_js", "version_js"]
99

1010

11-
version = "3.3.0rc0"
11+
version = "3.3.0rc1"
1212

1313
version_js = "17.0.0rc0"
1414

0 commit comments

Comments
 (0)