From 74fbb615bbaad8fdd636c7cf5aa10b8674adabeb Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Thu, 20 Jun 2019 16:25:03 +0200 Subject: [PATCH] PR #207 and #209 --- CHANGES.rst | 4 ++++ docxtpl/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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