aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-06-18 12:29:08 +0100
committerMatt Lenc <mattl@incuna.com>2014-06-18 12:29:08 +0100
commit58d345459fab83081800cf751fef0abc5372b38c (patch)
tree2af570c56b79e7342f74a4b5d67acfa17780d5d1 /wkhtmltopdf
parent3898e56c1f8a4cceea21e2628fdb7d93f97ca615 (diff)
downloaddjango-wkhtmltopdf-58d345459fab83081800cf751fef0abc5372b38c.tar.gz
django-wkhtmltopdf-58d345459fab83081800cf751fef0abc5372b38c.tar.bz2
django-wkhtmltopdf-58d345459fab83081800cf751fef0abc5372b38c.zip
[ci skip] Bump to 2.0.0
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 a1663c7..537dafc 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__ = '1.2.3'
+__version__ = '2.0.0'