From 1a3f719d06c8e55f63351e4568738ffadfdb24e6 Mon Sep 17 00:00:00 2001 From: Daniel Sastre Date: Mon, 12 Mar 2018 14:07:04 +0100 Subject: [PATCH] Bump version --- README.rst | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 14b0ea2..c494dea 100644 --- a/README.rst +++ b/README.rst @@ -81,8 +81,9 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en Changelog --------- -* 1.0.4 Fix attachment visualization in the admin. Attach pdf in create_mail command. Solved Content-Transfer-Encoding issue -* 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 +* 1.0.5 Add missing paths in MANIFEST.in. +* 1.0.4 Fix attachment visualization in the admin. Attach pdf in create_mail command. Solved Content-Transfer-Encoding issue. +* 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. * 1.0.0 Add support for Django 2.0 and remove django 1.8. * 0.8.2 Fix date created column in QueuedMessages admin. * 0.8.1 Ensure that LOCK_WAIT_TIMEOUT is never negative to avoid a bug in lockfile in systems which use a LinkFileLock. diff --git a/setup.py b/setup.py index f1847aa..3dcd2eb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='django-yubin', - version='1.0.4', + version='1.0.5', description=("A reusable Django app for composing and queueing emails " "Adds django-mailer2 + django-mailviews + others"), long_description=long_description,