Skip to content

Commit 91e80ff

Browse files
committed
release: v13.1.0
1 parent 688a5ea commit 91e80ff

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
..
22
This file is part of Invenio.
33
Copyright (C) 2016-2024 CERN.
4+
Copyright (C) 2025 Graz University of Technology.
45
56
Invenio is free software; you can redistribute it and/or modify it
67
under the terms of the MIT License; see LICENSE file for more details.
@@ -9,6 +10,11 @@
910
Changes
1011
=======
1112

13+
Version 13.1.0 (released 2025-04-29)
14+
15+
- i18n: pulled translations
16+
- i18n: push translations
17+
1218
Version 13.0.11 (released 2025-03-18)
1319

1420
- i18n: add missing translations for community settings

invenio_communities/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of Invenio.
44
# Copyright (C) 2016-2024 CERN.
5-
# Copyright (C) 2024 Graz University of Technology.
5+
# Copyright (C) 2024-2025 Graz University of Technology.
66
#
77
# Invenio is free software; you can redistribute it and/or modify it
88
# under the terms of the MIT License; see LICENSE file for more details.
@@ -12,6 +12,6 @@
1212
from .ext import InvenioCommunities
1313
from .proxies import current_communities
1414

15-
__version__ = "13.0.11"
15+
__version__ = "13.1.0"
1616

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

0 commit comments

Comments
 (0)