Skip to content

Commit

Permalink
release: v4.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Oct 14, 2023
1 parent 12b187f commit 19cb2d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
Changes
=======

Version 4.36.1 (2023-10-14)

- github: read releases by user identity permission

Version 4.36.0 (2023-10-13)

- service add version scan method
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 @@ -10,6 +10,6 @@

from .ext import InvenioRDMRecords

__version__ = "4.36.0"
__version__ = "4.36.1"

__all__ = ("__version__", "InvenioRDMRecords")
2 changes: 1 addition & 1 deletion invenio_rdm_records/services/github/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from invenio_github.models import ReleaseStatus
from invenio_records_resources.services.uow import UnitOfWork

from ..errors import RecordDeletedException
from ...proxies import current_rdm_records_service
from ...resources.serializers.ui import UIJSONSerializer
from ..errors import RecordDeletedException
from .metadata import RDMReleaseMetadata
from .utils import retrieve_recid_by_uuid

Expand Down

0 comments on commit 19cb2d0

Please sign in to comment.