Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Jul 19, 2021
1 parent b6527fc commit 9e06f5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ django-yubin

.. image:: https://img.shields.io/pypi/v/django-yubin.svg
:target: https://pypi.python.org/pypi/django-yubin

.. image:: https://img.shields.io/pypi/pyversions/django-yubin.svg
:target: https://pypi.python.org/pypi/django-yubin
.. image:: https://img.shields.io/pypi/djversions/django-yubin.svg

.. image:: https://img.shields.io/pypi/djversions/django-yubin.svg
:target: https://pypi.python.org/pypi/django-yubin

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

Changelog
---------
* 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.
* 1.4.1 Detecting if messages are encoding using different encoding headers to be able to preview them (now base64, quoted-printable).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='django-yubin',
version='1.6.0',
version='1.7.0',
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 9e06f5f

Please sign in to comment.