diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 12:29:08 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 12:29:08 +0100 |
commit | 58d345459fab83081800cf751fef0abc5372b38c (patch) | |
tree | 2af570c56b79e7342f74a4b5d67acfa17780d5d1 /wkhtmltopdf | |
parent | 3898e56c1f8a4cceea21e2628fdb7d93f97ca615 (diff) | |
download | django-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__.py | 2 |
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' |