From 9c5d3def72cafdcfd85784c53836421943e83277 Mon Sep 17 00:00:00 2001 From: George Hickman Date: Fri, 20 Sep 2013 09:20:35 +0100 Subject: Bump version to 1.2.1 --- wkhtmltopdf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py index 4a7a72e..c0eface 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' +__version__ = '1.2.1' -- cgit v1.2.3