Skip to content

Commit 52b36f3

Browse files
committed
📦 release: v13.0.1
1 parent 83d5c17 commit 52b36f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: ‎CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
Changes
1010
=======
1111

12+
Version 13.0.1 (released 2024-04-15)
13+
14+
- fix: community theme and menus visibility
15+
1216
Version 13.0.0 (released 2024-04-10)
1317

1418
- ext: space-out community menu items

Diff for: ‎invenio_communities/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
from .ext import InvenioCommunities
1212
from .proxies import current_communities
1313

14-
__version__ = "13.0.0"
14+
__version__ = "13.0.1"
1515

1616
__all__ = ("InvenioCommunities", "current_communities")

0 commit comments

Comments
 (0)