Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: raise lower pin of invenio-rdm-records #2853

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
Changes
=======

Version 12.0.9 (released 2024-09-23)

- setup: bump minimum required invenio-rdm-records version

Version 12.0.8 (released 2024-09-19)

- deposit: provide and check publish permission for visibility
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_rdm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440

__version__ = "12.0.8"
__version__ = "12.0.9"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install_requires =
invenio-records-files>=1.2.1,<2.0.0
# Invenio-App-RDM
invenio-communities>=13.0.0,<14.0.0
invenio-rdm-records>=10.0.0,<11.0.0
invenio-rdm-records>=10.8.3,<11.0.0
CairoSVG>=2.5.2,<3.0.0
invenio-banners>=3.0.0,<4.0.0
invenio-pages>=4.0.0,<5.0.0
Expand Down