From 2e1b919acdf6d664550957b0eae163c974b9125b Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Fri, 28 Jun 2024 17:43:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v14.5.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 1dd94adce..64c8ccd5e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,11 @@ Changes ======= +Version 14.5.1 (released 2024-06-28) + +- subcommunity: updated fieldpaths and error handling +- subcommunity: updated error mapping in the ui + Version 14.5.0 (released 2024-06-28) - subcommunities: pass "payload" to request creation diff --git a/invenio_communities/__init__.py b/invenio_communities/__init__.py index 677825c09..d081a72c6 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__ = "14.5.0" +__version__ = "14.5.1" __all__ = ("InvenioCommunities", "current_communities")