We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e6ffd commit aba410fCopy full SHA for aba410f
CHANGES.rst
@@ -8,6 +8,10 @@
8
Changes
9
=======
10
11
+Version 3.3.0 (released 2024-04-16)
12
+
13
+- assets: add overridable awards and funding
14
15
Version 3.2.0 (released 2024-03-22)
16
17
- funding: add country and ror to funder search results
invenio_vocabularies/__init__.py
@@ -10,6 +10,6 @@
from .ext import InvenioVocabularies
-__version__ = "3.2.0"
+__version__ = "3.3.0"
__all__ = ("__version__", "InvenioVocabularies")
0 commit comments