diff options
author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-08-03 10:45:41 +0100 |
---|---|---|
committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-08-03 10:46:40 +0100 |
commit | 16916a83251a2b1f601842d52abd0577486c0a0f (patch) | |
tree | 6b78ad56ea0ee0f16b8a54e1ea0c372c1af418fb | |
parent | 9fc1d90c7db78d95b9c3b9a8d0329b472b8a4280 (diff) | |
download | django-wkhtmltopdf-16916a83251a2b1f601842d52abd0577486c0a0f.tar.gz django-wkhtmltopdf-16916a83251a2b1f601842d52abd0577486c0a0f.tar.bz2 django-wkhtmltopdf-16916a83251a2b1f601842d52abd0577486c0a0f.zip |
Update version to rc2.
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | wkhtmltopdf/__init__.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 3f82fe9..df4289a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,2 @@ include README.rst recursive-include * *.html -exclude wkhtmltopdf/tests.py -recursive-exclude testproject * diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py index d9c3b26..890b800 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.0-rc1' +__version__ = '1.0-rc2' |