Skip to content

Commit

Permalink
release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed May 29, 2024
1 parent 4043a72 commit d8a5200
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Changes
=======

Version v0.15.0 (release 2024-05-29)

- fix: update permission for manage
- if the entity is not a list what it should be it will be handled
correctly
- the LOMMetadata handles now only the metadata
- add a function to check about duplicate entries

Version v0.14.0 (release 2024-05-06)

- modification: add statistic for a record
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_lom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .ext import InvenioRecordsLOM
from .proxies import current_records_lom

__version__ = "0.14.0"
__version__ = "0.15.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit d8a5200

Please sign in to comment.