aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-03 10:45:41 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-03 10:46:40 +0100
commit16916a83251a2b1f601842d52abd0577486c0a0f (patch)
tree6b78ad56ea0ee0f16b8a54e1ea0c372c1af418fb /wkhtmltopdf
parent9fc1d90c7db78d95b9c3b9a8d0329b472b8a4280 (diff)
downloaddjango-wkhtmltopdf-16916a83251a2b1f601842d52abd0577486c0a0f.tar.gz
django-wkhtmltopdf-16916a83251a2b1f601842d52abd0577486c0a0f.tar.bz2
django-wkhtmltopdf-16916a83251a2b1f601842d52abd0577486c0a0f.zip
Update version to rc2.
Diffstat (limited to 'wkhtmltopdf')
-rw-r--r--wkhtmltopdf/__init__.py2
1 files changed, 1 insertions, 1 deletions
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'