Skip to content

Commit b8d2be6

Browse files
committed
🏷️ Release Version 3.4.0
1 parent d01f934 commit b8d2be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_class/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def post(self, user: ItemModel):
3737
"""
3838

3939

40-
__version__ = "3.3.0"
40+
__version__ = "3.4.0"
4141

4242
from fastapi_class.exception import FormattedMessageException
4343
from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses

tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fastapi_class
22

3-
__version__ = "3.3.0"
3+
__version__ = "3.4.0"
44

55

66
def test_version() -> None:

0 commit comments

Comments
 (0)