Skip to content

Commit

Permalink
release: v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Sep 19, 2024
1 parent 7cdd9d2 commit 400a34f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
Changes
=======

Version 2.2.1 (release 2024-09-19)

- fix: downloading for some weird filenames
- i18n: push translations

Version 2.2.0 (release 2024-01-18)

- Bump for skipping yanked v2.1.0 release
Expand Down
4 changes: 2 additions & 2 deletions invenio_files_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2024 CERN.
# Copyright (C) 2023 Graz University of Technology.
# Copyright (C) 2023-2024 Graz University of Technology.
# Copyright (C) 2024 KTH Royal Institute of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -973,7 +973,7 @@ def after_file_downloaded(event, sender_app, obj=None, **kwargs):
from .ext import InvenioFilesREST
from .proxies import current_files_rest

__version__ = "2.2.0"
__version__ = "2.2.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 400a34f

Please # to comment.