Skip to content

Commit

Permalink
release v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jun 13, 2024
1 parent 2a04f17 commit 046f437
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 @@ -8,6 +8,12 @@
Changes
=======

Version v0.21.2 (release 2024-06-13)

- feat: active dashoard menu item
- fix: typo on attribute name


Version v0.21.1 (release 2024-05-19)

- translations: update wording
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.21.1"
__version__ = "0.21.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 046f437

Please sign in to comment.