v0.6.4
This commit is contained in:
parent
dd588034e9
commit
72a9be558a
@ -1,3 +1,8 @@
|
||||
0.6.4 (2020-04-06)
|
||||
-------------------
|
||||
- Add the possibility to add RichText to a Richtext
|
||||
- Prevent lxml from attempting to parse None
|
||||
|
||||
0.6.3 (2019-06-20)
|
||||
-------------------
|
||||
- PR #207 and #209
|
||||
|
||||
@ -7,7 +7,7 @@ Created : 2015-03-12
|
||||
import functools
|
||||
import io
|
||||
|
||||
__version__ = '0.6.3'
|
||||
__version__ = '0.6.4'
|
||||
|
||||
from lxml import etree
|
||||
from docx import Document
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user