File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
..
2
2
Copyright (C) 2018, 2019, 2020 Esteban J. G. Gabancho.
3
+ Copyright (C) 2024 Graz University of Technology.
3
4
Invenio-S3 is free software; you can redistribute it and/or modify it
4
5
under the terms of the MIT License; see LICENSE file for more details.
5
6
6
7
Changes
7
8
=======
8
9
10
+ Version 2.0.0 (release 2024-12-10)
11
+
12
+ - filename: replace encoding/decoding
13
+ - setup: bump major dependencies
14
+
9
15
Version 1.0.7 (release 2024-11-30)
10
16
11
17
- setup: change to reusable workflows
Original file line number Diff line number Diff line change 2
2
#
3
3
# Copyright (C) 2018, 2019, 2020 Esteban J. G. Gabancho.
4
4
# Copyright (C) 2024 KTH Royal Institute of Technology.
5
+ # Copyright (C) 2024 Graz University of Technology.
5
6
#
6
7
# Invenio-S3 is free software; you can redistribute it and/or modify it
7
8
# under the terms of the MIT License; see LICENSE file for more details.
45
46
from .ext import InvenioS3
46
47
from .storage import S3FSFileStorage , s3fs_storage_factory
47
48
48
- __version__ = "1 .0.7 "
49
+ __version__ = "2 .0.0 "
49
50
50
51
__all__ = (
51
52
"__version__" ,
You can’t perform that action at this time.
0 commit comments