We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9cb64 commit 0afce1aCopy full SHA for 0afce1a
CHANGES.rst
@@ -8,6 +8,10 @@
8
Changes
9
=======
10
11
+Version 2.2.0 (released 2024-12-20)
12
+
13
+- retry e-mail sending on failure with random backoff
14
15
Version 2.1.1 (released 2024-05-28)
16
17
- installation: upper pin flask-mail due to breaking changes in v0.10.0
invenio_mail/__init__.py
@@ -100,6 +100,6 @@ def mystuff():
100
101
from .ext import InvenioMail
102
103
-__version__ = "2.1.1"
+__version__ = "2.2.0"
104
105
__all__ = ("__version__", "InvenioMail")
0 commit comments