From 0baea72860cd1cd770eaa43e44ce27bfce6fdc5e Mon Sep 17 00:00:00 2001
From: Geoffrey Arthaud <geoffrey.arthaud@developpement-durable.gouv.fr>
Date: Tue, 5 Sep 2023 14:09:21 +0200
Subject: [PATCH] Publication 0.5.2

---
 README.md      | 4 ++++
 package.json   | 2 +-
 pyproject.toml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 36eb2a6..9644346 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,10 @@ dictionnaire avec des clés `name` et `url`.
 
 ## Notes de version
 
+### Version 0.5.2 (DSFR 1.10.0)
+
+* Correction bug technique lié à la fonction recherche
+
 ### Version 0.5.1 (DSFR 1.10.0)
 
 * Corrections pour prise en charge de la recherche
diff --git a/package.json b/package.json
index 19be9f3..0666322 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-dsfr",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "description": "Mkdocs theme for DSFR",
   "main": "index.js",
   "directories": {
diff --git a/pyproject.toml b/pyproject.toml
index 11d796e..8a7ecdc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 
 [project]
 name = "mkdocs-dsfr"
-version = "0.5.1"
+version = "0.5.2"
 description = "DSFR theme for Mkdocs"
 readme = "README.md"
 authors = [
-- 
GitLab