diff --git a/CHANGES.rst b/CHANGES.rst index 1c53a79..f4c03a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ -0.10.3 (2020-10-15) +0.10.4 (2020-10-15) ------------------- -- \n \t and \f are now accepted in simple context string (#307, #312) +- \\n \\t and \\f are now accepted in simple context string (#307, #312) 0.10.1 (2020-08-23) ------------------- diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index 4adb459..8559a05 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -7,7 +7,7 @@ Created : 2015-03-12 import functools import io -__version__ = '0.10.3' +__version__ = '0.10.4' from lxml import etree from docx import Document