From 63b1ad8f813b9ad70f8b3a3bbca09097f34b950b Mon Sep 17 00:00:00 2001 From: Savva Surenkov Date: Mon, 15 Jan 2024 16:49:40 +0400 Subject: [PATCH] Prepare for v0.3.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82b94e7..5132d89 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Django + Pydantic = 🖤 -Django JSONField with Pydantic models as a Schema +Django JSONField with Pydantic models as a Schema. **Now supports both Pydantic v1 and v2!** [Please join the discussion](https://github.com/surenkov/django-pydantic-field/discussions/36) if you have any thoughts or suggestions! diff --git a/pyproject.toml b/pyproject.toml index f7bab6e..77f4fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-pydantic-field" -version = "0.3.0-beta2" +version = "0.3.0" description = "Django JSONField with Pydantic models as a Schema" readme = "README.md" license = { file = "LICENSE" }