From 581717e5ee3d5e641d11c67ccd654b32424823d4 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Sun, 26 Apr 2020 10:50:40 +0200 Subject: [PATCH] Fix #271 --- CHANGES.rst | 5 +++++ docxtpl/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f5c2744..07dc889 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.9.2 (2020-04-26) +------------------- +- Fix #271 +- Code styling + 0.9.0 (2020-04-15) ------------------- - New syntax : {%- and -%} to merge lines/paragraphs diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index 7dc2f69..d202e8f 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -7,7 +7,7 @@ Created : 2015-03-12 import functools import io -__version__ = '0.9.1' +__version__ = '0.9.2' from lxml import etree from docx import Document