File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
..
3
3
Copyright (C) 2019-2024 CERN.
4
4
Copyright (C) 2019-2024 Northwestern University.
5
+ Copyright (C) 2024 KTH Royal Institute of Technology.
5
6
6
7
7
8
Invenio-RDM-Records is free software; you can redistribute it and/or
11
12
Changes
12
13
=======
13
14
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
+
14
22
Version v12.2.1 (released 2024-09-19)
15
23
16
24
- file upload: better handling of errors when uploading empty files
Original file line number Diff line number Diff line change 2
2
#
3
3
# Copyright (C) 2019-2024 CERN.
4
4
# Copyright (C) 2019-2024 Northwestern University.
5
+ # Copyright (C) 2024 KTH Royal Institute of Technology.
5
6
#
6
7
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
7
8
# it under the terms of the MIT License; see LICENSE file for more details.
10
11
11
12
from .ext import InvenioRDMRecords
12
13
13
- __version__ = "12.2.1 "
14
+ __version__ = "12.2.2 "
14
15
15
16
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments