Delegated autoescaping to Jinja2 Environment (#175)
This commit is contained in:
parent
53be7aa768
commit
0bbe5a80b9
@ -1,3 +1,7 @@
|
|||||||
|
0.5.17 (2019-01-20)
|
||||||
|
-------------------
|
||||||
|
- Delegated autoescaping to Jinja2 Environment (#175)
|
||||||
|
|
||||||
0.5.16 (2019-01-11)
|
0.5.16 (2019-01-11)
|
||||||
-------------------
|
-------------------
|
||||||
- Force to use python-docx 0.8.7 (#170)
|
- Force to use python-docx 0.8.7 (#170)
|
||||||
|
|||||||
@ -6,7 +6,7 @@ Created : 2015-03-12
|
|||||||
'''
|
'''
|
||||||
import functools
|
import functools
|
||||||
|
|
||||||
__version__ = '0.5.16'
|
__version__ = '0.5.17'
|
||||||
|
|
||||||
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