Skip to content

Commit

Permalink
release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Feb 14, 2024
1 parent 77c5c53 commit 622974e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
Changes
=======

Version v0.18.0 (release 2024-02-14)

- fix: dashboard-visibility not working
- modification(search): : Apply Same Style to Publication Search Bar
- setup: increase upper limits
- black: fix v24.2.0
- fix: frontent serializer following whitespace


Version v0.17.3 (release 2024-01-11)

- fix: indexer needs queue name
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.17.3"
__version__ = "0.18.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 622974e

Please sign in to comment.