Skip to content

Commit 86330ee

Browse files
committed
release: v2.4.0
1 parent 10547b5 commit 86330ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

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+
1117
Version 2.3.1 (2023-11-01)
1218

1319
- contrib: add affiliation suggestion by id

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__ = "2.3.1"
13+
__version__ = "2.4.0"
1414

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

0 commit comments

Comments
 (0)