diff options
author | James Turnbull <james@incuna.com> | 2015-07-31 17:09:59 +0100 |
---|---|---|
committer | James Turnbull <james@incuna.com> | 2015-07-31 17:09:59 +0100 |
commit | 2e8ea75aa5b69351b79c5fc7bf0a61fe95749cb7 (patch) | |
tree | e0e517d5c91f2a7b3e27384bc11b90dbad36e0fd /wkhtmltopdf | |
parent | ec298e81bb3c18fab261a3660c63c5c0f5aeb04f (diff) | |
download | django-wkhtmltopdf-2.0.3.tar.gz django-wkhtmltopdf-2.0.3.tar.bz2 django-wkhtmltopdf-2.0.3.zip |
Bump versionv2.0.3
Release 2.0.3
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 873fb03..a9fe3b7 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.2' +__version__ = '2.0.3' |