Skip to content

Commit 0c834f3

Browse files
committed
📦 release: v12.1.0
1 parent b717fb7 commit 0c834f3

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
@@ -11,6 +11,10 @@
1111
Changes
1212
=======
1313

14+
Version v12.1.0 (released 2024-08-30)
15+
16+
- config: added links for thumbnails (#1799)
17+
1418
Version v12.0.4 (released 2024-08-28)
1519

1620
- stats: add missing "is_machine" field

‎invenio_rdm_records/__init__.py

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

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "12.0.4"
13+
__version__ = "12.1.0"
1414

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

0 commit comments

Comments
 (0)