Skip to content

Commit 80de3a7

Browse files
authored
0.13.0
1 parent f8ed5cb commit 80de3a7

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.12.8"
3+
__version__ = "0.13.0"
44

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

0 commit comments

Comments
 (0)