Skip to content

Commit bdeceb9

Browse files
committed
bump version to 2.3.2
1 parent a7063d4 commit bdeceb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = "2.3"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "2.3.1"
69+
release = "2.3.2"
7070

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

fastapi_jsonapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from fastapi_jsonapi.exceptions.json_api import HTTPException
99
from fastapi_jsonapi.querystring import QueryStringManager
1010

11-
__version__ = "2.3.1"
11+
__version__ = "2.3.2"
1212

1313
__all__ = [
1414
"init",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ packages = [
7272

7373
[tool.poetry]
7474
name = "fastapi-jsonapi"
75-
version = "2.3.1"
75+
version = "2.3.2"
7676
description = "FastAPI extension to create REST web api according to JSON:API specification"
7777
authors = [
7878
"Aleksei Nekrasov <[email protected]>",

0 commit comments

Comments
 (0)