aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-07-03 14:25:55 +0100
committerMatt Lenc <mattl@incuna.com>2014-07-03 14:25:55 +0100
commit2fc167fca9dccc2d56daf4debdbb0537f00dd38d (patch)
treedf5a8a3af5d368e34da565937d98496949271dcf /wkhtmltopdf
parentba38b304718d55fcd16db45d905273fbb4897d28 (diff)
downloaddjango-wkhtmltopdf-2fc167fca9dccc2d56daf4debdbb0537f00dd38d.tar.gz
django-wkhtmltopdf-2fc167fca9dccc2d56daf4debdbb0537f00dd38d.tar.bz2
django-wkhtmltopdf-2fc167fca9dccc2d56daf4debdbb0537f00dd38d.zip
Bump to 2.0.1v2.0.1
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 537dafc..fd53123 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.0'
+__version__ = '2.0.1'