From 31c9e8d04398a1413bb5b31b14fb38ddc33b4fbe Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Tue, 3 Sep 2024 18:54:01 +0500 Subject: [PATCH] Bump 4.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32e3123..2608dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-constance" -version = "4.0.1" +version = "4.0.2" description = "Django live settings with pluggable backends, including Redis." readme = "README.rst" license = { text = "BSD" }