From 6c868ab136312e42e4507823670f44afafdda8ae Mon Sep 17 00:00:00 2001 From: Geoffrey Arthaud <geoffrey.arthaud@developpement-durable.gouv.fr> Date: Tue, 4 Jul 2023 17:17:12 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9ploiement=20version=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd31db9..63b3987 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,11 @@ dictionnaire avec des clés `name` et `url`. ## Release Notes -### Version 0.3.1 (DSFR Juillet 2023) +### Version 0.4.0 (DSFR 1.9.3) + +* Ajout de variables de configuration + +### Version 0.3.1 (DSFR 1.9.3) * Correction de problèmes d'import et d'affichage diff --git a/package.json b/package.json index 271afca..0961e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-dsfr", - "version": "0.3.1", + "version": "0.4.0", "description": "Mkdocs theme for DSFR", "main": "index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index ddc10dc..2d46ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "mkdocs-dsfr" -version = "0.3.1" +version = "0.4.0" description = "DSFR theme for Mkdocs" readme = "README.md" authors = [ -- GitLab