Skip to content

Commit 9e06f5f

Browse files
committed
Bump version
1 parent b6527fc commit 9e06f5f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ django-yubin
1212

1313
.. image:: https://img.shields.io/pypi/v/django-yubin.svg
1414
:target: https://pypi.python.org/pypi/django-yubin
15-
15+
1616
.. image:: https://img.shields.io/pypi/pyversions/django-yubin.svg
1717
:target: https://pypi.python.org/pypi/django-yubin
18-
19-
.. image:: https://img.shields.io/pypi/djversions/django-yubin.svg
18+
19+
.. image:: https://img.shields.io/pypi/djversions/django-yubin.svg
2020
:target: https://pypi.python.org/pypi/django-yubin
2121

2222
.. image:: https://readthedocs.org/projects/django-yubin/badge/?version=latest
@@ -87,6 +87,7 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en
8787

8888
Changelog
8989
---------
90+
* 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.
9091
* 1.6.0 Support for Django 3.0
9192
* 1.5.0 New TemplatedMultipleAttachmentsEmailMessageView to allow to send emails with more than 1 attachment.
9293
* 1.4.1 Detecting if messages are encoding using different encoding headers to be able to preview them (now base64, quoted-printable).

setup.py

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

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

0 commit comments

Comments
 (0)