This commit is contained in:
Eric Lapouyade 2019-06-20 16:25:03 +02:00
parent e3bf22376a
commit 74fbb615bb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.6.3 (2019-06-20)
-------------------
- PR #207 and #209
0.6.2 (2019-06-09) 0.6.2 (2019-06-09)
------------------- -------------------
- Handle spaces correctly when run are split by Jinja code (#205) - Handle spaces correctly when run are split by Jinja code (#205)

View File

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