Skip to content

Commit

Permalink
release v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Oct 28, 2024
1 parent b44a225 commit 439e92b
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.17.1 (release 2024-10-28)

- fix: accept `filename`-kwarg on file-download
- fix: import from correct path
- fix: build resource-configs
- fix: re-align `PreviewFile` with `invenio-app-rdm`


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

- jinja: use invenio's file_list macro over our copy
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.17.0"
__version__ = "0.17.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 439e92b

Please sign in to comment.