Skip to content

Commit 0afce1a

Browse files
committed
release: v2.2.0
1 parent 6c9cb64 commit 0afce1a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
Changes
99
=======
1010

11+
Version 2.2.0 (released 2024-12-20)
12+
13+
- retry e-mail sending on failure with random backoff
14+
1115
Version 2.1.1 (released 2024-05-28)
1216

1317
- installation: upper pin flask-mail due to breaking changes in v0.10.0

invenio_mail/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ def mystuff():
100100

101101
from .ext import InvenioMail
102102

103-
__version__ = "2.1.1"
103+
__version__ = "2.2.0"
104104

105105
__all__ = ("__version__", "InvenioMail")

0 commit comments

Comments
 (0)