File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = "2.3"
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "2.3.1 "
69
+ release = "2.3.2 "
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 8
8
from fastapi_jsonapi .exceptions .json_api import HTTPException
9
9
from fastapi_jsonapi .querystring import QueryStringManager
10
10
11
- __version__ = "2.3.1 "
11
+ __version__ = "2.3.2 "
12
12
13
13
__all__ = [
14
14
"init" ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ packages = [
72
72
73
73
[tool .poetry ]
74
74
name = " fastapi-jsonapi"
75
- version = " 2.3.1 "
75
+ version = " 2.3.2 "
76
76
description = " FastAPI extension to create REST web api according to JSON:API specification"
77
77
authors = [
78
78
" Aleksei Nekrasov <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments