Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Nov 30, 2023
1 parent 7c41054 commit 01e159a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
..
This file is part of Invenio.
Copyright (C) 2015-2018 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.1.0 (released 2023-11-29)

- add a func to send e-mails with inline attachments

Version 2.0.0 (released 2023-10-06)

- config: introduce MAIL_DEFAULT_REPLY_TO
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.0.0"
__version__ = "2.1.0"

__all__ = ("__version__", "InvenioMail")
2 changes: 1 addition & 1 deletion invenio_mail/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"""Reply to mail address for e-mails."""

MAIL_MAX_ATTACHMENT_SIZE = 1000000
"""Max size of an attachment in bytes."""
"""Max size of inline attachments, in bytes."""

0 comments on commit 01e159a

Please sign in to comment.