File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666# The short X.Y version.
6767version = "2.3"
6868# The full version, including alpha/beta/rc tags.
69- release = "2.3.0 "
69+ release = "2.3.1 "
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 88from fastapi_jsonapi .exceptions .json_api import HTTPException
99from fastapi_jsonapi .querystring import QueryStringManager
1010
11- __version__ = "2.3.0 "
11+ __version__ = "2.3.1 "
1212
1313__all__ = [
1414 "init" ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ packages = [
7272
7373[tool .poetry ]
7474name = " fastapi-jsonapi"
75- version = " 2.3.0 "
75+ version = " 2.3.1 "
7676description = " FastAPI extension to create REST web api according to JSON:API specification"
7777authors = [
7878 " Aleksei Nekrasov <nekrasov.aleks@mail.ru>" ,
You can’t perform that action at this time.
0 commit comments