This commit is contained in:
Eric Lapouyade 2020-04-06 07:06:41 +02:00
parent dd588034e9
commit 72a9be558a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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