Skip to content

Commit

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

Changelog
---------
* 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).
* 1.4.0 Option added in status_mail command to return the output in json format.
Expand Down
3 changes: 2 additions & 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.5.0',
version='1.6.0',
description=("A reusable Django app for composing and queueing emails "
"Adds django-mailer2 + django-mailviews + others"),
long_description=long_description,
Expand Down Expand Up @@ -59,5 +59,6 @@
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 3.0',
]
)

0 comments on commit c53a55c

Please sign in to comment.