Skip to content

Commit 3a8fee8

Browse files
committed
📦 release: v3.4.0
1 parent c27fca1 commit 3a8fee8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

‎CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
Changes
99
=======
1010

11+
Version 3.4.0 (released 2024-04-19)
12+
13+
- templates: add subject fields UI template (#303)
14+
1115
Version 3.3.0 (released 2024-04-16)
1216

1317
- assets: add overridable awards and funding

‎invenio_vocabularies/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioVocabularies
1212

13-
__version__ = "3.3.0"
13+
__version__ = "3.4.0"
1414

1515
__all__ = ("__version__", "InvenioVocabularies")

‎invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/subjects.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{#
2-
Copyright (C) 2024 CERN.
2+
Copyright (C) 2024-2024 CERN.
33

44
Invenio RDM Records is free software; you can redistribute it and/or modify
55
it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_vocabularies/views.py

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

0 commit comments

Comments
 (0)