aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
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 /wkhtmltopdf
parentec298e81bb3c18fab261a3660c63c5c0f5aeb04f (diff)
downloaddjango-wkhtmltopdf-2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7.tar.gz
django-wkhtmltopdf-2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7.tar.bz2
django-wkhtmltopdf-2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7.zip
Bump versionv2.0.3
Release 2.0.3
Diffstat (limited to 'wkhtmltopdf')
-rw-r--r--wkhtmltopdf/__init__.py2
1 files changed, 1 insertions, 1 deletions
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'