From 26832e84c76b80023510015782efdf4df28c3248 Mon Sep 17 00:00:00 2001 From: mattack108 Date: Thu, 17 Jan 2013 12:52:37 +0000 Subject: Bumped version to 1.2 --- wkhtmltopdf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wkhtmltopdf') diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py index 1cfef84..4a7a72e 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.1' +__version__ = '1.2' -- cgit v1.2.3