From b590663dd1e0812c27dc18310f6f8fa9c66283be Mon Sep 17 00:00:00 2001 From: Max Peterson Date: Tue, 1 Dec 2015 15:36:10 +0000 Subject: Update CHANGELOG and version. --- wkhtmltopdf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wkhtmltopdf/__init__.py') diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py index a9fe3b7..3c0394f 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.3' +__version__ = '2.1.0' -- cgit v1.2.3