Skip to content

Commit

Permalink
release: v12.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 authored and max-moser committed Sep 30, 2024
1 parent 34d67a4 commit 15831bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
..
Copyright (C) 2019-2024 CERN.
Copyright (C) 2019-2024 Northwestern University.
Copyright (C) 2024 KTH Royal Institute of Technology.

Invenio-RDM-Records is free software; you can redistribute it and/or
Expand All @@ -11,6 +12,13 @@
Changes
=======

Version v12.2.2 (released 2024-09-30)

- Improve handling of draft PID in RecordCommunitiesService
- Revert "deposit: check permission and set disable tooltip for publish button"
- Remove DeprecationWarning for sqlalchemy
- Add compatibility layer to move to flask>=3

Version v12.2.1 (released 2024-09-19)

- file upload: better handling of errors when uploading empty files
Expand Down
3 changes: 2 additions & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Copyright (C) 2019-2024 CERN.
# Copyright (C) 2019-2024 Northwestern University.
# Copyright (C) 2024 KTH Royal Institute of Technology.
#
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -10,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "12.2.1"
__version__ = "12.2.2"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 15831bf

Please sign in to comment.