Skip to content

Commit

Permalink
🔖 release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Apr 24, 2023
1 parent 15b9e57 commit b93c8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0"
__version__ = "3.3.0"

from fastapi_class.exception import FormattedMessageException
from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fastapi_class

__version__ = "3.2.0"
__version__ = "3.3.0"


def test_version() -> None:
Expand Down

0 comments on commit b93c8dc

Please sign in to comment.