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