diff options
author | Maciek Lenc <matt.lenc@gmail.com> | 2014-03-19 21:22:56 +0000 |
---|---|---|
committer | Maciek Lenc <matt.lenc@gmail.com> | 2014-03-19 21:22:56 +0000 |
commit | 0de693a16fa35525d3adb115bf8bf21c76581d0b (patch) | |
tree | b7e321618d2cd676b755c9b7c44d0dc4283e55ec /wkhtmltopdf/__init__.py | |
parent | f96d291080f3bd0240c81c1dcf18ec3fb8057357 (diff) | |
parent | c20f8f6dc8bc2fc3a9b583bd22fa0d3b3cefb8cd (diff) | |
download | django-wkhtmltopdf-0de693a16fa35525d3adb115bf8bf21c76581d0b.tar.gz django-wkhtmltopdf-0de693a16fa35525d3adb115bf8bf21c76581d0b.tar.bz2 django-wkhtmltopdf-0de693a16fa35525d3adb115bf8bf21c76581d0b.zip |
Merge pull request #45 from luzfcb/update-wkhtmltopdf
Update wkhtmltopdf binary and update README.rst
Diffstat (limited to 'wkhtmltopdf/__init__.py')
-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 2e2ef0b..a1663c7 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.2' +__version__ = '1.2.3' |