File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en
8181
8282Changelog
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.
Original file line number Diff line number Diff line change 2323
2424setup (
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 ,
You can’t perform that action at this time.
0 commit comments