From b97271f6b2a3fd9cc6b4baea24ade7dc437d8760 Mon Sep 17 00:00:00 2001 From: Tochukwu Date: Tue, 19 Nov 2024 06:15:52 +0100 Subject: [PATCH] 0.14.0 --- ninja_schema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninja_schema/__init__.py b/ninja_schema/__init__.py index ce44a86..5328f02 100755 --- a/ninja_schema/__init__.py +++ b/ninja_schema/__init__.py @@ -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