This commit is contained in:
Eric Lapouyade 2018-09-13 09:45:34 +02:00
parent 0c02520b6d
commit b84b52e97e
23 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
0.5.1 (2018-09-05)
0.5.2 (2018-09-13)
-------------------
- Fix table vertical merge

View File

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

View File

@ -2,6 +2,9 @@ from setuptools import setup
import os
import re
# To register onto Pypi :
# python setup.py sdist bdist_wheel upload
def read(*names):
values = dict()
for name in names:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.