Skip to content

Commit

Permalink
release v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 14, 2024
1 parent e945be3 commit 90c0be1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
Changes
=======

Version v0.17.2 (release 2024-11-14)

- views: ignore extraneous kwargs
- fix: change redirect codes to 302
- fix: fix redirecting of DOI-url
- oai: change default for learningresourcetype
- uploads: add load-default for `lifecycle.datetime`
- oai: add `lifecycle.datetime` to generated output
- fix: use `pre_dump` for dump-only OAI-schema
- fix: DOI resolution
- fix: get `UTC` timezone via correct attribute-name


Version v0.17.1 (release 2024-10-28)

- fix: accept `filename`-kwarg on file-download
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.1"
__version__ = "0.17.2"

__all__ = (
"__version__",
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ install_requires =
invenio-previewer>=1.3.6
invenio-rdm-records>=1.1.0
invenio-stats>=1.0.0
SQLAlchemy-Continuum<1.4 # version 1.4 failed tests on 2023-07-13

[options.extras_require]
tests =
Expand Down

0 comments on commit 90c0be1

Please sign in to comment.