From 72a9be558a7f35854b3ecf60edb4f254fcec8c8c Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Mon, 6 Apr 2020 07:06:41 +0200 Subject: [PATCH] v0.6.4 --- CHANGES.rst | 5 +++++ docxtpl/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ceee022..f7e31f4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.6.4 (2020-04-06) +------------------- +- Add the possibility to add RichText to a Richtext +- Prevent lxml from attempting to parse None + 0.6.3 (2019-06-20) ------------------- - PR #207 and #209 diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index 05d1fa6..622ed79 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -7,7 +7,7 @@ Created : 2015-03-12 import functools import io -__version__ = '0.6.3' +__version__ = '0.6.4' from lxml import etree from docx import Document