Skip to content

Commit 9d79268

Browse files
authored
🔖 Release version 3.7.0
1 parent ea7d77e commit 9d79268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_class/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def post(self, user: ItemModel):
3535
3636
"""
3737

38-
__version__ = "3.6.0"
38+
__version__ = "3.7.0"
3939

4040
from fastapi_class.exception import FormattedMessageException
4141
from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses

0 commit comments

Comments
 (0)