Skip to content

Commit 7a16ef9

Browse files
authored
0.14.3
1 parent bbfef6c commit 7a16ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja_schema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Django Schema - Builds Pydantic Schemas from Django Models with default field type validations"""
22

3-
__version__ = "0.14.2"
3+
__version__ = "0.14.3"
44

55
from .orm.factory import SchemaFactory
66
from .orm.model_schema import ModelSchema

0 commit comments

Comments
 (0)