Skip to content

Commit 155ce9c

Browse files
committed
📦 release: v17.8.0
1 parent f03df05 commit 155ce9c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

‎CHANGES.rst

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

12+
Version v17.8.0 (released 2025-01-15)
13+
14+
- organizations: updated knownOrganizations to use id
15+
- notifications: add comment notification for record and membership
16+
1217
Version v17.7.1 (released 2024-12-13)
1318

1419
- schema: skip unknown fields when loading organizations

‎invenio_communities/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of Invenio.
4-
# Copyright (C) 2016-2024 CERN.
4+
# Copyright (C) 2016-2025 CERN.
55
#
66
# Invenio is free software; you can redistribute it and/or modify it
77
# under the terms of the MIT License; see LICENSE file for more details.
@@ -11,6 +11,6 @@
1111
from .ext import InvenioCommunities
1212
from .proxies import current_communities
1313

14-
__version__ = "17.7.1"
14+
__version__ = "17.8.0"
1515

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

‎invenio_communities/assets/semantic-ui/js/invenio_communities/settings/profile/CommunityProfileForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of Invenio.
3-
* Copyright (C) 2016-2024 CERN.
3+
* Copyright (C) 2016-2025 CERN.
44
* Copyright (C) 2021-2022 Northwestern University.
55
*
66
* Invenio is free software; you can redistribute it and/or modify it

‎invenio_communities/members/services/request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2022 Northwestern University.
4-
# Copyright (C) 2022 CERN.
4+
# Copyright (C) 2022-2025 CERN.
55
# Copyright (C) 2023 Graz University of Technology.
66
#
77
# Invenio-Communities is free software; you can redistribute it and/or modify

‎invenio_communities/notifications/builders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2024 CERN.
3+
# Copyright (C) 2024-2025 CERN.
44
# Copyright (C) 2023 Graz University of Technology.
55
#
66
# Invenio-Communities is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)