Skip to content

Commit 15831bf

Browse files
Samk13max-moser
authored andcommitted
release: v12.2.2
1 parent 34d67a4 commit 15831bf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
..
33
Copyright (C) 2019-2024 CERN.
44
Copyright (C) 2019-2024 Northwestern University.
5+
Copyright (C) 2024 KTH Royal Institute of Technology.
56
67

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

15+
Version v12.2.2 (released 2024-09-30)
16+
17+
- Improve handling of draft PID in RecordCommunitiesService
18+
- Revert "deposit: check permission and set disable tooltip for publish button"
19+
- Remove DeprecationWarning for sqlalchemy
20+
- Add compatibility layer to move to flask>=3
21+
1422
Version v12.2.1 (released 2024-09-19)
1523

1624
- file upload: better handling of errors when uploading empty files

invenio_rdm_records/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Copyright (C) 2019-2024 CERN.
44
# Copyright (C) 2019-2024 Northwestern University.
5+
# Copyright (C) 2024 KTH Royal Institute of Technology.
56
#
67
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
78
# it under the terms of the MIT License; see LICENSE file for more details.
@@ -10,6 +11,6 @@
1011

1112
from .ext import InvenioRDMRecords
1213

13-
__version__ = "12.2.1"
14+
__version__ = "12.2.2"
1415

1516
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)