*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 013d0916 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Bump to v2022.2.0

parent eaf8884b
No related branches found
Tags v2022.2.0
1 merge request!8Basic compatibility with InvenioRDM v9
......@@ -26,3 +26,8 @@ Version 2022.1 (released 2022-03-25, updated 2022-07-04)
- Add command to verify the integrity of all files
- Update file verification commands for drafts and records
- Automatically increase bucket limits when adding files to drafts
Version 2022.2 (released 2022-07-19)
- v9 compat: Replace usage of user.profile with user.user_profile
......@@ -12,4 +12,4 @@ This file is imported by ``invenio_utilities_tuw.__init__``,
and parsed by ``setup.py``.
"""
__version__ = "2022.1.1"
__version__ = "2022.2.0"
......@@ -35,7 +35,7 @@ setup_requires = [
]
install_requires = [
"invenio-app-rdm>=8.0.0",
"invenio-app-rdm>=9.0.6",
]
packages = find_packages()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment