v0.6.0 : DocxTemplate now accepts file-like objects
This commit is contained in:
parent
9f1cb53205
commit
ab7adb5d21
@ -1,3 +1,7 @@
|
||||
0.6.1 (2019-06-05)
|
||||
-------------------
|
||||
- PR #203
|
||||
|
||||
0.6.0 (2019-06-03)
|
||||
-------------------
|
||||
- DocxTemplate now accepts file-like objects (Thanks to edufresne)
|
||||
|
||||
@ -7,7 +7,7 @@ Created : 2015-03-12
|
||||
import functools
|
||||
import io
|
||||
|
||||
__version__ = '0.6.0'
|
||||
__version__ = '0.6.1'
|
||||
|
||||
from lxml import etree
|
||||
from docx import Document
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user