Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode authored Nov 19, 2024
1 parent 14aea43 commit b97271f
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.6"
__version__ = "0.14.0"

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

0 comments on commit b97271f

Please sign in to comment.