From 10b8d13447e150eae01a5490e58c4f1b37e00d0c Mon Sep 17 00:00:00 2001 From: David Danier Date: Mon, 15 Apr 2024 10:24:07 +0200 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.6.6?= 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 d00eea9..f59a054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-changedetect" -version = "0.6.5" +version = "0.6.6" description = "Extend pydantic models to also detect and record changes made to the model attributes." authors = ["TEAM23 GmbH "] license = "MIT"