Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Jan 17, 2022
1 parent 6a036b5 commit ebb5ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en

Changelog
---------
* 1.7.1 Remove abandoned ``pyzmail36`` dependency with ``mail-parser``.
* 1.7.0 Add optional ``MAILER_MESSAGE_SEARCH_FIELDS`` setting. It's a tuple of strings with the fields to use in ``admin.Message.search_fields`` attribute.
* 1.6.0 Support for Django 3.0
* 1.5.0 New TemplatedMultipleAttachmentsEmailMessageView to allow to send emails with more than 1 attachment.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='django-yubin',
version='1.7.0',
version='1.7.1',
description=("A reusable Django app for composing and queueing emails "
"Adds django-mailer2 + django-mailviews + others"),
long_description=long_description,
Expand Down

0 comments on commit ebb5ba5

Please sign in to comment.