File tree 4 files changed +7
-3
lines changed
templates/semantic-ui/invenio_vocabularies
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
Changes
9
9
=======
10
10
11
+ Version 3.4.0 (released 2024-04-19)
12
+
13
+ - templates: add subject fields UI template (#303)
14
+
11
15
Version 3.3.0 (released 2024-04-16)
12
16
13
17
- assets: add overridable awards and funding
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioVocabularies
12
12
13
- __version__ = "3.3 .0"
13
+ __version__ = "3.4 .0"
14
14
15
15
__all__ = ("__version__" , "InvenioVocabularies" )
Original file line number Diff line number Diff line change 1
1
{#
2
- Copyright (C) 2024 CERN.
2
+ Copyright (C) 2024-2024 CERN.
3
3
4
4
Invenio RDM Records is free software; you can redistribute it and/or modify
5
5
it under the terms of the MIT License; see LICENSE file for more details.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2020-2022 CERN.
3
+ # Copyright (C) 2020-2024 CERN.
4
4
# Copyright (C) 2023 Graz University of Technology.
5
5
#
6
6
# Invenio-Vocabularies is free software; you can redistribute it and/or
You can’t perform that action at this time.
0 commit comments