Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Dec 20, 2019
1 parent ef62f55 commit 2ca8d17
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 @@ -81,6 +81,7 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en

Changelog
---------
* 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.
* 1.3.1 Fix unicode and encode errors: sending queued and non queued emails and in admin detail view.
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.4.1',
version='1.5.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 2ca8d17

Please sign in to comment.