We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23bfea commit e58dfbcCopy full SHA for e58dfbc
fastapi_jsonapi/__init__.py
@@ -6,7 +6,7 @@
6
from fastapi_jsonapi.exceptions import BadRequest
7
from fastapi_jsonapi.querystring import QueryStringManager
8
9
-__version__ = "1.0.1"
+__version__ = "1.1.0"
10
11
__all__ = [
12
"BadRequest",
pyproject.toml
@@ -75,7 +75,7 @@ packages = [
75
76
[tool.poetry]
77
name = "fastapi-jsonapi"
78
-version = "1.0.1"
+version = "1.1.0"
79
description = "FastAPI extension to create REST web api according to JSON:API specification"
80
authors = [
81
"Aleksei Nekrasov <nekrasov.aleks@mail.ru>",
0 commit comments