From 2a5e3173735992e498ccab133a3d23c175825e9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:31:27 +0000 Subject: [PATCH] chore(master): release 2.9.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c67f8105..b80e0213a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Journal des modifications +## [2.9.3](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.9.2...v2.9.3) (2024-06-03) + + +### Bug Fixes + +* **quality:** formatage des balises `script` dans le gabarit `base.html` ([#651](https://github.com/gip-inclusion/itou-communaute-django/issues/651)) ([0be3c8b](https://github.com/gip-inclusion/itou-communaute-django/commit/0be3c8b4f5b9126af245a36a53b7bd8cb8479711)) + ## [2.9.2](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.9.1...v2.9.2) (2024-05-30) diff --git a/pyproject.toml b/pyproject.toml index b2c583315..287386e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lacommunaute" -version = "2.9.2" +version = "2.9.3" description = "La communauté de l'inclusion" authors = [] license = "ETALAB 2.0"