File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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.
910Changes
1011=======
1112
13+ Version 13.1.0 (released 2025-04-29)
14+
15+ - i18n: pulled translations
16+ - i18n: push translations
17+
1218Version 13.0.11 (released 2025-03-18)
1319
1420- i18n: add missing translations for community settings
Original file line number Diff line number Diff line change 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.
1212from .ext import InvenioCommunities
1313from .proxies import current_communities
1414
15- __version__ = "13.0.11 "
15+ __version__ = "13.1.0 "
1616
1717__all__ = ("InvenioCommunities" , "current_communities" )
You can’t perform that action at this time.
0 commit comments