This commit is contained in:
Eric Lapouyade 2020-04-26 10:50:40 +02:00
parent aba8c6bb7b
commit 581717e5ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.9.2 (2020-04-26)
-------------------
- Fix #271
- Code styling
0.9.0 (2020-04-15) 0.9.0 (2020-04-15)
------------------- -------------------
- New syntax : {%- and -%} to merge lines/paragraphs - New syntax : {%- and -%} to merge lines/paragraphs

View File

@ -7,7 +7,7 @@ Created : 2015-03-12
import functools import functools
import io import io
__version__ = '0.9.1' __version__ = '0.9.2'
from lxml import etree from lxml import etree
from docx import Document from docx import Document