aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-06 10:26:05 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-06 10:26:05 +0100
commit8d8d7ba99640366ac8304390b97a4f03842c1254 (patch)
treeafc8277370065092b2259fdf0a5d795f4e78a2a1 /wkhtmltopdf
parent77b0b2e4ba2604ff728f9cf84dc728de36abb974 (diff)
downloaddjango-wkhtmltopdf-8d8d7ba99640366ac8304390b97a4f03842c1254.tar.gz
django-wkhtmltopdf-8d8d7ba99640366ac8304390b97a4f03842c1254.tar.bz2
django-wkhtmltopdf-8d8d7ba99640366ac8304390b97a4f03842c1254.zip
Bump to full 1.0 version.v1.0
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 890b800..7411417 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-rc2'
+__version__ = '1.0'