From 16b62c27bcbede3867a35e2a03c5914d1565628c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:20:01 +0100 Subject: [PATCH] chore(master): release 2.20.0 (#865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.20.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.19.0...v2.20.0) (2025-01-13) ### Features * mise en place du nom de domaine communaute.inclusion.gouv.fr ([#876](https://github.com/gip-inclusion/itou-communaute-django/issues/876)) ([6cc5958](https://github.com/gip-inclusion/itou-communaute-django/commit/6cc59587241fa03fff2626dc9ee39c5a028ec64a)) * **stats:** reactivation de la collecte automatique des stats ([#871](https://github.com/gip-inclusion/itou-communaute-django/issues/871)) ([65dc548](https://github.com/gip-inclusion/itou-communaute-django/commit/65dc548097b94e19435d811b27ff542362c21ff3)) ### Bug Fixes * 🦇 désactiver la suppression en masse des `Post` depuis l'admin django ([#861](https://github.com/gip-inclusion/itou-communaute-django/issues/861)) ([e094434](https://github.com/gip-inclusion/itou-communaute-django/commit/e094434de685e0fc6e59a81aef6b54110cdd1cbd)) --- 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 | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140ac132..e553ef33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Journal des modifications +## [2.20.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.19.0...v2.20.0) (2025-01-13) + + +### Features + +* mise en place du nom de domaine communaute.inclusion.gouv.fr ([#876](https://github.com/gip-inclusion/itou-communaute-django/issues/876)) ([6cc5958](https://github.com/gip-inclusion/itou-communaute-django/commit/6cc59587241fa03fff2626dc9ee39c5a028ec64a)) +* **stats:** reactivation de la collecte automatique des stats ([#871](https://github.com/gip-inclusion/itou-communaute-django/issues/871)) ([65dc548](https://github.com/gip-inclusion/itou-communaute-django/commit/65dc548097b94e19435d811b27ff542362c21ff3)) + + +### Bug Fixes + +* 🦇 désactiver la suppression en masse des `Post` depuis l'admin django ([#861](https://github.com/gip-inclusion/itou-communaute-django/issues/861)) ([e094434](https://github.com/gip-inclusion/itou-communaute-django/commit/e094434de685e0fc6e59a81aef6b54110cdd1cbd)) + ## [2.19.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.18.0...v2.19.0) (2024-12-16) diff --git a/pyproject.toml b/pyproject.toml index 872c6a58..d55f484c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lacommunaute" -version = "2.19.0" +version = "2.20.0" description = "La communauté de l'inclusion" authors = [] license = {text = "ETALAB 2.0"}