Skip to content

Commit

Permalink
Revert "release: v2.2.1"
Browse files Browse the repository at this point in the history
This reverts commit 3583db6.
  • Loading branch information
ntarocco committed Jan 29, 2025
1 parent eb8b63a commit 3bb80c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
..
This file is part of Invenio.
Copyright (C) 2015-2025 CERN.
Copyright (C) 2015-2023 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 2.2.1 (released 2025-01-29)

- add filename to attachments

Version 2.2.0 (released 2024-12-20)

- retry e-mail sending on failure with random backoff
Expand Down
2 changes: 1 addition & 1 deletion invenio_mail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ def mystuff():

from .ext import InvenioMail

__version__ = "2.2.1"
__version__ = "2.2.0"

__all__ = ("__version__", "InvenioMail")

0 comments on commit 3bb80c2

Please sign in to comment.