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 fe05d76 commit c08d0adCopy full SHA for c08d0ad
fastapi_jsonapi/__init__.py
@@ -8,7 +8,7 @@
8
from fastapi_jsonapi.exceptions.json_api import HTTPException
9
from fastapi_jsonapi.querystring import QueryStringManager
10
11
-__version__ = "2.0.0"
+__version__ = "2.1.0"
12
13
__all__ = [
14
"init",
0 commit comments