diff --git a/CHANGES.rst b/CHANGES.rst index 933bd44..88d3861 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.1.7 (2015-09-09) +------------------ +- python 3 support + 0.1.6 (2015-05-11) ------------------ - remove debug code @@ -18,4 +22,4 @@ 0.1.2 (2015-03-12) ------------------ -- First running version \ No newline at end of file +- First running version diff --git a/setup.py b/setup.py index 1d3bfd9..e66b15c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ News """ % read('README', 'CHANGES') setup(name='docxtpl', - version='0.1.6', + version='0.1.7', description='Python docx template engine', long_description=long_description, classifiers=[ diff --git a/tests/test_files/cellbg.docx b/tests/test_files/cellbg.docx index 6062c80..89411a2 100644 Binary files a/tests/test_files/cellbg.docx and b/tests/test_files/cellbg.docx differ diff --git a/tests/test_files/order.docx b/tests/test_files/order.docx index f054a55..fd8ed59 100644 Binary files a/tests/test_files/order.docx and b/tests/test_files/order.docx differ diff --git a/tests/test_files/richtext.docx b/tests/test_files/richtext.docx index f1b9149..4fa6764 100644 Binary files a/tests/test_files/richtext.docx and b/tests/test_files/richtext.docx differ diff --git a/tests/test_files/subdoc.docx b/tests/test_files/subdoc.docx index 67d7563..0d5ff32 100644 Binary files a/tests/test_files/subdoc.docx and b/tests/test_files/subdoc.docx differ