Skip to content

Commit

Permalink
0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Jan 20, 2022
1 parent d8ef956 commit b0306d8
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.12.6"
__version__ = "0.12.8"

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

0 comments on commit b0306d8

Please sign in to comment.