Skip to content

Commit

Permalink
release: v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Oct 3, 2024
1 parent ac37cf8 commit 44e093e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
Changes
=======

Version v13.0.0 (released 2024-10-03)

- collections: added feature, containing core functionalities and DB models
- ui: fixed propTypes warnings
- dependencies: bump flask-iiif to >1.0.0

Version v12.2.2 (released 2024-09-30)

- Improve handling of draft PID in RecordCommunitiesService
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "12.2.2"
__version__ = "13.0.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 44e093e

Please sign in to comment.