Skip to content

Commit 60f0f4d

Browse files
committed
release: v2.0.0
1 parent 52fb116 commit 60f0f4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
..
22
Copyright (C) 2018, 2019, 2020 Esteban J. G. Gabancho.
3+
Copyright (C) 2024 Graz University of Technology.
34
Invenio-S3 is free software; you can redistribute it and/or modify it
45
under the terms of the MIT License; see LICENSE file for more details.
56
67
Changes
78
=======
89

10+
Version 2.0.0 (release 2024-12-10)
11+
12+
- filename: replace encoding/decoding
13+
- setup: bump major dependencies
14+
915
Version 1.0.7 (release 2024-11-30)
1016

1117
- setup: change to reusable workflows

invenio_s3/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Copyright (C) 2018, 2019, 2020 Esteban J. G. Gabancho.
44
# Copyright (C) 2024 KTH Royal Institute of Technology.
5+
# Copyright (C) 2024 Graz University of Technology.
56
#
67
# Invenio-S3 is free software; you can redistribute it and/or modify it
78
# under the terms of the MIT License; see LICENSE file for more details.
@@ -45,7 +46,7 @@
4546
from .ext import InvenioS3
4647
from .storage import S3FSFileStorage, s3fs_storage_factory
4748

48-
__version__ = "1.0.7"
49+
__version__ = "2.0.0"
4950

5051
__all__ = (
5152
"__version__",

0 commit comments

Comments
 (0)