Skip to content

Commit

Permalink
🏷️ Release Version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 7, 2024
1 parent 14586af commit 34efdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_class/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def post(self, user: ItemModel):
"""


__version__ = "3.4.0"
__version__ = "3.5.0"

from fastapi_class.exception import FormattedMessageException
from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses
Expand Down

0 comments on commit 34efdde

Please sign in to comment.