Skip to content

Commit 0df47c8

Browse files
authored
0.13.6
1 parent 3a06d3b commit 0df47c8

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.13.5"
3+
__version__ = "0.13.6"
44

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

0 commit comments

Comments
 (0)