Skip to content

Commit 3c8d4ab

Browse files
committed
📦 release: v14.0.0b3.dev2
1 parent 893b9c9 commit 3c8d4ab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGES.rst‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
Changes
1111
=======
1212

13+
Version v14.0.0b3.dev2 (released 2025-11-21)
14+
15+
- fix: revert mapping.js symlink
16+
1317
Version v14.0.0b3.dev1 (released 2025-11-21)
1418

1519
- UI: add info message about remaining days to publish changes

‎invenio_app_rdm/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
1919

20-
__version__ = "14.0.0b3.dev1"
20+
__version__ = "14.0.0b3.dev2"
2121

2222
__all__ = ("__version__",)

‎invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/overridableRegistry/mapping.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of InvenioRDM
2-
// Copyright (C) 2023 CERN.
2+
// Copyright (C) 2023-2025 CERN.
33
//
44
// Invenio App RDM is free software; you can redistribute it and/or modify it
55
// under the terms of the MIT License; see LICENSE file for more details.

0 commit comments

Comments
 (0)