Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 6, 2023
1 parent bea1700 commit 7b01398
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version 0.4.0 (released 2023-10-06)

- backends: set email reply to field
- generators: add conditional recipient generator

Version 0.3.0 (released 2023-08-30)

- backends: strip html tags for plain text mail
Expand Down
2 changes: 1 addition & 1 deletion invenio_notifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .ext import InvenioNotifications
from .proxies import current_notifications, current_notifications_manager

__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = (
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
tests =
invenio-app>=1.3.4,<2.0.0
invenio-celery>=1.2.5
invenio-mail>=1.0.2
invenio-mail>=2.0.0,<3.0.0
invenio-records-resources>=4.1.0,<5.0.0
pytest-invenio>=2.1.0,<3.0.0
pytest-black>=0.3.0
Expand Down

0 comments on commit 7b01398

Please sign in to comment.