We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10547b5 commit 86330eeCopy full SHA for 86330ee
CHANGES.rst
@@ -8,6 +8,12 @@
8
Changes
9
=======
10
11
+Version 2.4.0 (2023-12-07)
12
+
13
+- schema: add validation for affiliations
14
+- mappings: add a text subfield for award acronyms
15
+- config: add new TWCF funder
16
17
Version 2.3.1 (2023-11-01)
18
19
- contrib: add affiliation suggestion by id
invenio_vocabularies/__init__.py
@@ -10,6 +10,6 @@
from .ext import InvenioVocabularies
-__version__ = "2.3.1"
+__version__ = "2.4.0"
__all__ = ("__version__", "InvenioVocabularies")
0 commit comments