aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@incuna.com>2015-07-31 17:09:59 +0100
committerJames Turnbull <james@incuna.com>2015-07-31 17:09:59 +0100
commit2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7 (patch)
treee0e517d5c91f2a7b3e27384bc11b90dbad36e0fd
parentec298e81bb3c18fab261a3660c63c5c0f5aeb04f (diff)
downloaddjango-wkhtmltopdf-2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7.tar.gz
django-wkhtmltopdf-2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7.tar.bz2
django-wkhtmltopdf-2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7.zip
Bump versionv2.0.3
Release 2.0.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--wkhtmltopdf/__init__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cd0f24..538a4c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Changelog for django-wkhtmltopdf
================================
+2.0.3
+--------
+
+* Use shlex for argument splitting (thanks DeadWisdom)
+* Skip absolute path substitution where STATIC or MEDIA URL are empty or None
+ (thanks powderflask)
+
2.0.2
-----
diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py
index 873fb03..a9fe3b7 100644
--- a/wkhtmltopdf/__init__.py
+++ b/wkhtmltopdf/__init__.py
@@ -3,4 +3,4 @@ if 'DJANGO_SETTINGS_MODULE' in os.environ:
from .utils import *
__author__ = 'Incuna Ltd'
-__version__ = '2.0.2'
+__version__ = '2.0.3'