Skip to content

Commit

Permalink
Prepare for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surenkov committed Jan 15, 2024
1 parent 3a759be commit 63b1ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 63b1ad8

Please sign in to comment.