Skip to content

Commit

Permalink
📦 release: v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 28, 2024
1 parent eac8113 commit c610a71
Show file tree
Hide file tree
Showing 3 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 @@ -9,6 +9,11 @@
Changes
=======

Version v0.21.1 (released 2024-11-28)

- installation: bump invenio-access
* This removes the dependency to invenio-admin.

Version v0.21.0 (released 2024-09-30)

- setup: move unnecessary `invenio-records` dependency to tests requirements
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_permissions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class ExampleRecordPermissionPolicy(BasePermissionPolicy):
from .ext import InvenioRecordsPermissions
from .policies import BasePermissionPolicy, RecordPermissionPolicy

__version__ = "0.21.0"
__version__ = "0.21.1"

__all__ = (
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 CERN.
# Copyright (C) 2019-2024 CERN.
# Copyright (C) 2022 Graz University of Technology.
#
# Invenio-Records-Permissions is free software; you can redistribute it
Expand Down

0 comments on commit c610a71

Please sign in to comment.