aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/__init__.py
diff options
context:
space:
mode:
authorJames Turnbull <james@incuna.com>2012-03-09 10:55:30 +0000
committerJames Turnbull <james@incuna.com>2012-03-09 10:55:30 +0000
commit209d5da3d18c5f76ca7182f8ea3bf424c3e46026 (patch)
treece6204ed189960db5f65f5d0d7487364eac26098 /wkhtmltopdf/__init__.py
parent83ee4981f05046c90fea3b34332460aa06eb9053 (diff)
downloaddjango-wkhtmltopdf-209d5da3d18c5f76ca7182f8ea3bf424c3e46026.tar.gz
django-wkhtmltopdf-209d5da3d18c5f76ca7182f8ea3bf424c3e46026.tar.bz2
django-wkhtmltopdf-209d5da3d18c5f76ca7182f8ea3bf424c3e46026.zip
Bumped version
Diffstat (limited to 'wkhtmltopdf/__init__.py')
-rw-r--r--wkhtmltopdf/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py
index 4136004..6738053 100644
--- a/wkhtmltopdf/__init__.py
+++ b/wkhtmltopdf/__init__.py
@@ -2,6 +2,6 @@ import os
if 'DJANGO_SETTINGS_MODULE' in os.environ:
from .utils import *
-__version__ = (0, 2, 1)
+__version__ = (0, 2, 2)
def get_version():
return '.'.join(map(str, __version__))