diff --git a/CHANGES.rst b/CHANGES.rst index 3b75fbd..ceee022 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.6.3 (2019-06-20) +------------------- +- PR #207 and #209 + 0.6.2 (2019-06-09) ------------------- - Handle spaces correctly when run are split by Jinja code (#205) diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index 54776e9..d21da97 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -7,7 +7,7 @@ Created : 2015-03-12 import functools import io -__version__ = '0.6.2' +__version__ = '0.6.3' from lxml import etree from docx import Document