We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a06d3b commit 0df47c8Copy full SHA for 0df47c8
ninja_schema/__init__.py
@@ -1,6 +1,6 @@
1
"""Django Schema - Builds Pydantic Schemas from Django Models with default field type validations"""
2
3
-__version__ = "0.13.5"
+__version__ = "0.13.6"
4
5
from .orm.factory import SchemaFactory
6
from .orm.model_schema import ModelSchema
0 commit comments