Skip to content

Commit 07b94f4

Browse files
committed
release: v9.0.0
1 parent c8d393f commit 07b94f4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

+14
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
1111
Changes
1212
=======
1313

14+
Version 9.0.0 (released 2024-03-23)
15+
16+
- views: add signposting
17+
- fixtures: added subject type creation on load
18+
- contrib: change pages label and journal examples
19+
- creatibutors: switch remove and edit button order
20+
- serializers: add geolocation box and polygon to datacite
21+
- serializers: fix longitude and latitude order to match geojson.
22+
- resource-types: fix schema.org Thesis URL
23+
- resource-types: publication-thesis = schema.org/Thesis
24+
- resource-types: schema.org URL for Event
25+
- ux: DOI prefix error message improvement
26+
- init: move record_once to finalize_app
27+
1428
Version 8.3.0 (released 2024-03-06)
1529

1630
- services: introduced bulk_add permission

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__ = "8.3.0"
13+
__version__ = "9.0.0"
1414

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

0 commit comments

Comments
 (0)