diff --git a/CHANGES.rst b/CHANGES.rst index ff20d9b59..f4c339b65 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,10 @@ Changes ======= +Version 13.0.1 (released 2024-04-15) + +- fix: community theme and menus visibility + Version 13.0.0 (released 2024-04-10) - ext: space-out community menu items diff --git a/invenio_communities/__init__.py b/invenio_communities/__init__.py index 127e5e3d2..22c763776 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__ = "13.0.0" +__version__ = "13.0.1" __all__ = ("InvenioCommunities", "current_communities")