From 8192aa6aa83e2ff4aeb5d5df184bd4893a957827 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Wed, 11 Dec 2024 10:33:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v17.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 5 +++++ invenio_communities/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 31d7c70b3..f1158a25f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,11 @@ Changes ======= +Version v17.6.1 (released 2024-12-11) + +- mappings: add `identifiers` to parent organizations + * Adds the missing `identifiers` property to parent communities. + Version v17.6.0 (released 2024-12-09) - notifications: add comment notification for subcoms diff --git a/invenio_communities/__init__.py b/invenio_communities/__init__.py index 7069eadfd..47b74684a 100644 --- a/invenio_communities/__init__.py +++ b/invenio_communities/__init__.py @@ -11,6 +11,6 @@ from .ext import InvenioCommunities from .proxies import current_communities -__version__ = "17.6.0" +__version__ = "17.6.1" __all__ = ("InvenioCommunities", "current_communities")