Skip to content

Commit

Permalink
release v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Oct 26, 2024
1 parent 0f45117 commit 4c69ee8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version v0.22.1 (release 2024-10-26)

- fix: creator only allowed to interact with owned records


Version v0.22.0 (release 2024-10-26)

- ui: add separator ti author detail
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_marc21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def create(self, identity, data=None, metadata=Marc21Metadata(), files=False, ac
create_record,
)

__version__ = "0.22.0"
__version__ = "0.22.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 4c69ee8

Please sign in to comment.