Skip to content

Commit aba410f

Browse files
committed
release: v3.3.0
1 parent f6e6ffd commit aba410f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

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

11+
Version 3.3.0 (released 2024-04-16)
12+
13+
- assets: add overridable awards and funding
14+
1115
Version 3.2.0 (released 2024-03-22)
1216

1317
- funding: add country and ror to funder search results

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.2.0"
13+
__version__ = "3.3.0"
1414

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

0 commit comments

Comments
 (0)