Fix table vertical merge

This commit is contained in:
elapouya 2018-09-05 16:31:38 +02:00
parent aa903ac99f
commit f807749be5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.5.1 (2018-09-05)
-------------------
- Fix table vertical merge
0.5.0 (2018-08-03)
-------------------
- An hyperlink can now be used in RichText

View File

@ -5,7 +5,7 @@ Created : 2015-03-12
@author: Eric Lapouyade
'''
__version__ = '0.5.0'
__version__ = '0.5.1'
from lxml import etree
from docx import Document