diff options
author | Max Peterson <max@incuna.com> | 2015-12-01 15:36:10 +0000 |
---|---|---|
committer | Max Peterson <max@incuna.com> | 2015-12-01 15:36:57 +0000 |
commit | b590663dd1e0812c27dc18310f6f8fa9c66283be (patch) | |
tree | 490c40699ae97517fce2f9874d5aff905a268320 /wkhtmltopdf | |
parent | 09dcea6fb45dc18d17b254c047694c452fee12ed (diff) | |
download | django-wkhtmltopdf-b590663dd1e0812c27dc18310f6f8fa9c66283be.tar.gz django-wkhtmltopdf-b590663dd1e0812c27dc18310f6f8fa9c66283be.tar.bz2 django-wkhtmltopdf-b590663dd1e0812c27dc18310f6f8fa9c66283be.zip |
Update CHANGELOG and version.v2.1.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 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' |