Skip to content

Commit cc5f0b9

Browse files
committed
Bump version
1 parent 4704dc0 commit cc5f0b9

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.1.0 Fix attachment headers in TemplateAttachmentEmailMessagView making both "attachment" and "filename" args mandatory.
8485
* 1.0.5 Add missing paths in MANIFEST.in.
8586
* 1.0.4 Fix attachment visualization in the admin. Attach pdf in create_mail command. Solved Content-Transfer-Encoding issue.
8687
* 1.0.3 Fixed issue decoding the message payload, added support for django 1.9, updated changelog and added support to deploy the package from travis.

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