Skip to content

Commit ebb5ba5

Browse files
committed
Bump version
1 parent 6a036b5 commit ebb5ba5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en
8787

8888
Changelog
8989
---------
90+
* 1.7.1 Remove abandoned ``pyzmail36`` dependency with ``mail-parser``.
9091
* 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.
9192
* 1.6.0 Support for Django 3.0
9293
* 1.5.0 New TemplatedMultipleAttachmentsEmailMessageView to allow to send emails with more than 1 attachment.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='django-yubin',
25-
version='1.7.0',
25+
version='1.7.1',
2626
description=("A reusable Django app for composing and queueing emails "
2727
"Adds django-mailer2 + django-mailviews + others"),
2828
long_description=long_description,

0 commit comments

Comments
 (0)