Fix tables with gridSpan that have less cells after the tc forloop (#164)
This commit is contained in:
parent
8ffc7b80e8
commit
aa088a274b
@ -1,3 +1,7 @@
|
|||||||
|
0.5.12 (2018-12-18)
|
||||||
|
-------------------
|
||||||
|
- Fix tables with gridSpan that have less cells after the tc forloop (#164)
|
||||||
|
|
||||||
0.5.11 (2018-11-21)
|
0.5.11 (2018-11-21)
|
||||||
-------------------
|
-------------------
|
||||||
- Smart double quotes in jinja tags are now converted into simple double quotes
|
- Smart double quotes in jinja tags are now converted into simple double quotes
|
||||||
|
|||||||
@ -6,7 +6,7 @@ Created : 2015-03-12
|
|||||||
'''
|
'''
|
||||||
import functools
|
import functools
|
||||||
|
|
||||||
__version__ = '0.5.11'
|
__version__ = '0.5.12'
|
||||||
|
|
||||||
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