Skip to content

Commit

Permalink
release: v10.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Oct 23, 2024
1 parent 41faa4f commit a59f24a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
Changes
=======

Version 10.8.7 (released 2024-10-23)

- access notification: provide correct draft preview link
- fix: propTypes warning

Version 10.8.6 (released 2024-09-30)

- dependencies: bump flask-iiif
Expand Down
4 changes: 2 additions & 2 deletions invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019-2024 CERN.
# Copyright (C) 2019-2022 Northwestern University.
# Copyright (C) 2019-2024 Northwestern University.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Expand All @@ -11,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "10.8.6"
__version__ = "10.8.7"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit a59f24a

Please sign in to comment.