diff --git a/CHANGELOG.md b/CHANGELOG.md index 4768316..26564e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### 2.7.1 (23 mars 2026) + +- Correction du partage de données filtrées entre dashboard et vue des données + #### 2.7.0 (23 mars 2026) - Remplacement de la page Statistiques par l'observatoire diff --git a/README.md b/README.md index 6f100eb..2eaa3f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # decp.info -> v2.7.0 +> v2.7.1 > Outil d'exploration et de téléchargement des données essentielles de la commande publique. => [decp.info](https://decp.info) diff --git a/pyproject.toml b/pyproject.toml index dc379f7..1056db5 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.7.0" +version = "2.7.1" requires-python = ">= 3.10" authors = [ { name = "Colin Maudry", email = "colin@colmo.tech" }