From bb5d54f404d2d713f872d485781731a911a090a0 Mon Sep 17 00:00:00 2001 From: Ryan Shaw Date: Thu, 6 Feb 2025 16:52:44 +0000 Subject: [PATCH] Release 1.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ab16c9..022dfda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-secrets-fields" -version = "1.0.4" +version = "1.0.5" description = "Django encrypted model field that fetches the value from multiple sources" authors = [ { name = "Ryan Shaw", email = "ryan.shaw@min.vc" },