Fix tables with gridSpan that have less cells after the tc forloop (#164)

This commit is contained in:
Eric Lapouyade 2018-12-18 08:22:36 +01:00
parent 8ffc7b80e8
commit aa088a274b
2 changed files with 5 additions and 1 deletions

View File

@ -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)
-------------------
- Smart double quotes in jinja tags are now converted into simple double quotes

View File

@ -6,7 +6,7 @@ Created : 2015-03-12
'''
import functools
__version__ = '0.5.11'
__version__ = '0.5.12'
from lxml import etree
from docx import Document