Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
Cito committed Jan 26, 2025
1 parent fe27999 commit 86577d6
Showing 5 changed files with 5 additions and 5 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.5
current_version = 3.2.6
commit = False
tag = False

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ a query language for APIs created by Facebook.
![Lint Status](https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

The current version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
The current version 3.2.6 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.

An extensive test suite with over 2300 unit tests and 100% coverage comprises a
replication of the complete test suite of GraphQL.js, making sure this port is
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
# The short X.Y version.
# version = '3.2'
# The full version, including alpha/beta/rc tags.
version = release = "3.2.5"
version = release = "3.2.6"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.5"
version = "3.2.6"
description = """
GraphQL-core is a Python port of GraphQL.js,\
the JavaScript reference implementation for GraphQL."""
2 changes: 1 addition & 1 deletion src/graphql/version.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
__all__ = ["version", "version_info", "version_js", "version_info_js"]


version = "3.2.5"
version = "3.2.6"

version_js = "16.8.2"

0 comments on commit 86577d6

Please sign in to comment.