From 6b4cff6c33bec7dcf8298613defb7ba55f66526e Mon Sep 17 00:00:00 2001 From: David Danier Date: Thu, 28 Mar 2024 18:33:51 +0100 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98858ac..1a96f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-changedetect" -version = "0.6.3" +version = "0.6.4" description = "Extend pydantic models to also detect and record changes made to the model attributes." authors = ["TEAM23 GmbH "] license = "MIT"