Fix #176
This commit is contained in:
parent
3291da7ff3
commit
7cb606e2da
@ -1,3 +1,7 @@
|
|||||||
|
0.5.18 (2019-05-20)
|
||||||
|
-------------------
|
||||||
|
- Fix #176
|
||||||
|
|
||||||
0.5.17 (2019-01-20)
|
0.5.17 (2019-01-20)
|
||||||
-------------------
|
-------------------
|
||||||
- Delegated autoescaping to Jinja2 Environment (#175)
|
- Delegated autoescaping to Jinja2 Environment (#175)
|
||||||
|
|||||||
@ -6,7 +6,7 @@ Created : 2015-03-12
|
|||||||
'''
|
'''
|
||||||
import functools
|
import functools
|
||||||
|
|
||||||
__version__ = '0.5.17'
|
__version__ = '0.5.18'
|
||||||
|
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
from docx import Document
|
from docx import Document
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user