From a40eb6424579b906772498300425ed0845ecd95e Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 8 Oct 2025 09:33:51 +0200 Subject: [PATCH] Changelog 2.1.4 --- README.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfb6c1f..7384132 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # decp.info -> v2.1.3 +> v2.1.4 Outil d'exploration et de téléchargement des données essentielles de la commande publique. @@ -38,6 +38,11 @@ Ne pas oublier de mettre à jour les fichier .env. ## Notes de version +##### 2.1.4 (8 octobre 2025) + +- possibilité de filtrer sur le champ "Source" +- création automatique d'une release Github quand je push un tag + ##### 2.1.3 (4 octobre 2025) - tentative d'auto-release à chaque création de tag git diff --git a/pyproject.toml b/pyproject.toml index 33599eb..f70844b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "decp.info" description = "Interface d'exploration et d'analyse des marchés publics français." -version = "2.1.3" +version = "2.1.4" requires-python = ">= 3.10" authors = [ { name = "Colin Maudry", email = "colin+decp@maudry.com" }