File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = "1.1 "
65+ version = "2.0 "
6666# The full version, including alpha/beta/rc tags.
67- release = "1.1 .0"
67+ release = "2.0 .0"
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# 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__ = "1.1 .0"
11+ __version__ = "2.0 .0"
1212
1313__all__ = [
1414 "init" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ packages = [
7373
7474[tool .poetry ]
7575name = " fastapi-jsonapi"
76- version = " 1.1 .0"
76+ version = " 2.0 .0"
7777description = " FastAPI extension to create REST web api according to JSON:API specification"
7878authors = [
7979 " Aleksei Nekrasov <nekrasov.aleks@mail.ru>" ,
You can’t perform that action at this time.
0 commit comments