diff --git a/CHANGES.rst b/CHANGES.rst index cd8d41c..7d9b456 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.6.1 (2019-06-05) +------------------- +- PR #203 + 0.6.0 (2019-06-03) ------------------- - DocxTemplate now accepts file-like objects (Thanks to edufresne) diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index f8712dd..9f70ff8 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -7,7 +7,7 @@ Created : 2015-03-12 import functools import io -__version__ = '0.6.0' +__version__ = '0.6.1' from lxml import etree from docx import Document