Skip to content

Commit

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

Version v0.15.2 (release 2024-06-18)

- oai: add missing function for getrecords
- oai: fix doi not exists
- fix: import deposit components from rdm


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

- fix: typo on attribute name
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.15.1"
__version__ = "0.15.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit aa83c82

Please sign in to comment.