Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 6, 2023
1 parent 088ae13 commit 94bf0ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

Changes
=======

Version 2.0.0 (released 2023-10-06)

- config: introduce MAIL_DEFAULT_REPLY_TO
- global: clean test infrastructure
- global: bump minimal python version to 3.7
- global: migrate CI to gh-actions

Version 1.0.2 (released 2018-12-05)

- Fixes issue with passing None context value to the e-mail template
Expand Down
2 changes: 1 addition & 1 deletion invenio_mail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ def mystuff():

from .ext import InvenioMail

__version__ = "1.0.2"
__version__ = "2.0.0"

__all__ = ("__version__", "InvenioMail")

0 comments on commit 94bf0ee

Please sign in to comment.