From 391e31e1747e2c334b55eb897847dcad78cd0609 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:59:39 +0200 Subject: [PATCH] chore(master): release 2.15.0 (#782) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.15.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.14.0...v2.15.0) (2024-10-07) ### Features * ajout d'un sondage pour mieux connaitre les utilisateurs de la communauté ([#781](https://github.com/gip-inclusion/itou-communaute-django/issues/781)) ([171bdde](https://github.com/gip-inclusion/itou-communaute-django/commit/171bddea8cef354c539eb014c30ebb1c3aa8040c)) * page parking ([#788](https://github.com/gip-inclusion/itou-communaute-django/issues/788)) ([732bd5c](https://github.com/gip-inclusion/itou-communaute-django/commit/732bd5c214b27cdb20e4560a24e74398291fe116)) * **partner:** ajout des pages de creation / mise à jour depuis la page "nos partenaires" ([#780](https://github.com/gip-inclusion/itou-communaute-django/issues/780)) ([4001074](https://github.com/gip-inclusion/itou-communaute-django/commit/40010747aa85d87ee8c02d35d2c4af6c1f818bb1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fea75872..ed900dd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Journal des modifications +## [2.15.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.14.0...v2.15.0) (2024-10-07) + + +### Features + +* ajout d'un sondage pour mieux connaitre les utilisateurs de la communauté ([#781](https://github.com/gip-inclusion/itou-communaute-django/issues/781)) ([171bdde](https://github.com/gip-inclusion/itou-communaute-django/commit/171bddea8cef354c539eb014c30ebb1c3aa8040c)) +* page parking ([#788](https://github.com/gip-inclusion/itou-communaute-django/issues/788)) ([732bd5c](https://github.com/gip-inclusion/itou-communaute-django/commit/732bd5c214b27cdb20e4560a24e74398291fe116)) +* **partner:** ajout des pages de creation / mise à jour depuis la page "nos partenaires" ([#780](https://github.com/gip-inclusion/itou-communaute-django/issues/780)) ([4001074](https://github.com/gip-inclusion/itou-communaute-django/commit/40010747aa85d87ee8c02d35d2c4af6c1f818bb1)) + ## [2.14.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.13.0...v2.14.0) (2024-09-23) diff --git a/pyproject.toml b/pyproject.toml index 0e70ad41d..02bdcf1e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lacommunaute" -version = "2.14.0" +version = "2.15.0" description = "La communauté de l'inclusion" authors = [] license = "ETALAB 2.0"