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" }