aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-09-01 16:41:36 +0100
committerMatt Lenc <mattl@incuna.com>2014-09-01 16:41:36 +0100
commit9cd1fa73837e8c48bc65d24151c3f6bafcd978b4 (patch)
tree083260249c2a10fdd347cefd23f6d4b509a373e2
parent2fc167fca9dccc2d56daf4debdbb0537f00dd38d (diff)
downloaddjango-wkhtmltopdf-9cd1fa73837e8c48bc65d24151c3f6bafcd978b4.tar.gz
django-wkhtmltopdf-9cd1fa73837e8c48bc65d24151c3f6bafcd978b4.tar.bz2
django-wkhtmltopdf-9cd1fa73837e8c48bc65d24151c3f6bafcd978b4.zip
Bump to v2.0.2v2.0.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--wkhtmltopdf/__init__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ce9ee5..1cd0f24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Changelog for django-wkhtmltopdf
================================
+2.0.2
+-----
+
+* Fix Unicode encoding issues on Python2
+
2.0.1
-----
diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py
index fd53123..873fb03 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__ = '2.0.1'
+__version__ = '2.0.2'