From 47bc14cb1af449c4c07b24a0f42f0f46cbd7b110 Mon Sep 17 00:00:00 2001 From: David Danier Date: Tue, 17 Sep 2024 09:24:04 +0200 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.7.3?= 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 d8a616e..155b021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-changedetect" -version = "0.7.0" +version = "0.7.3" description = "Extend pydantic models to also detect and record changes made to the model attributes." authors = ["TEAM23 GmbH "] license = "MIT"