Skip to content

Commit

Permalink
0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode authored Sep 16, 2023
1 parent ffe8910 commit a5dbd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninja_schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Django Schema - Builds Pydantic Schemas from Django Models with default field type validations"""

__version__ = "0.13.4"
__version__ = "0.13.5"

from .orm.factory import SchemaFactory
from .orm.model_schema import ModelSchema
Expand Down

0 comments on commit a5dbd2a

Please sign in to comment.