Skip to content

Commit 85f2d4d

Browse files
committed
Bump JavaScript version
Replicates graphql/graphql-js@c1aeb92
1 parent 5ea3d40 commit 85f2d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The current stable version 3.2.6 of GraphQL-core is up-to-date with GraphQL.js
1919
version 16.8.2 and supports Python versions 3.6 to 3.13.
2020

2121
You can also try out the latest alpha version 3.3.0a10 of GraphQL-core,
22-
which is up-to-date with GraphQL.js version 17.0.0a3.
22+
which is up-to-date with GraphQL.js version 17.0.0a4.
2323
This new minor version of GraphQL-core supports Python versions 3.7 to 3.14.
2424

2525
Note that for various reasons, GraphQL-core does not use SemVer like GraphQL.js.

src/graphql/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
version = "3.3.0a10"
1212

13-
version_js = "17.0.0a3"
13+
version_js = "17.0.0a4"
1414

1515

1616
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")

0 commit comments

Comments
 (0)