Skip to content

Commit 4213c70

Browse files
committed
Bump version
1 parent e98e5ec commit 4213c70

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
@@ -81,6 +81,7 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en
8181

8282
Changelog
8383
---------
84+
* 1.3.1 Fix unicode and encode errors: sending queued and non queued emails and in admin detail view.
8485
* 1.3.0 Allow to send emails inmediatly without being saved in database (priority «now-not-queued»). Add support for Python 3.7 and Django 2.1. Remove old code for Django < 1.3.
8586
* 1.2.0 Fix is_base64 detection. Add a «send_test_email» command to check connection parameters. New health check view. Don't open a connection if there are no messages in queue to send. Add a "date_sent" field to detect when the mail was sent.
8687
* 1.1.0 Fix attachment headers in TemplateAttachmentEmailMessagView making both "attachment" and "filename" args mandatory.

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.3.0',
26+
version='1.3.1',
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)