From 367e5f64ff599d8fe47cee8f6584acaa5b1eaabe Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Tue, 17 Feb 2026 14:50:29 +0100 Subject: [PATCH] Changelog 2.6.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82194d..09c3d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### 2.6.1 (17 février 2026) + +- Corrections la création des liens canoniques (SEO) + #### 2.6.0 (5 février 2026) - Suite de la refonte graphique diff --git a/README.md b/README.md index ecfa81b..530fdca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # decp.info -> v2.6.0 +> v2.6.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 35749a7..96a606a 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.6.0" +version = "2.6.1" requires-python = ">= 3.10" authors = [ { name = "Colin Maudry", email = "colin@colmo.tech" }