From 9c631fde144b3ff8978e7447bb02c88f49829895 Mon Sep 17 00:00:00 2001 From: Sylvain Boissel Date: Wed, 16 Oct 2024 19:12:10 +0200 Subject: [PATCH] Update pyproject.toml (#179) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0056f78ff..642ae514c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = ["Sylvain Boissel "] description = "Integrate the French government Design System into a Django app" license = "MIT" name = "django-dsfr" -version = "1.3.1" +version = "1.4.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",