File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en
8181
8282Changelog
8383---------
84- * 1.0.4 Fix attachment visualization in the admin. Attach pdf in create_mail command. Solved Content-Transfer-Encoding issue
85- * 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
84+ * 1.0.5 Add missing paths in MANIFEST.in.
85+ * 1.0.4 Fix attachment visualization in the admin. Attach pdf in create_mail command. Solved Content-Transfer-Encoding issue.
86+ * 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.
8687* 1.0.0 Add support for Django 2.0 and remove django 1.8.
8788* 0.8.2 Fix date created column in QueuedMessages admin.
8889* 0.8.1 Ensure that LOCK_WAIT_TIMEOUT is never negative to avoid a bug in lockfile in systems which use a LinkFileLock.
Original file line number Diff line number Diff line change 2323
2424setup (
2525 name = 'django-yubin' ,
26- version = '1.0.4 ' ,
26+ version = '1.0.5 ' ,
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