v0.5.2
This commit is contained in:
parent
0c02520b6d
commit
b84b52e97e
@ -1,4 +1,4 @@
|
|||||||
0.5.1 (2018-09-05)
|
0.5.2 (2018-09-13)
|
||||||
-------------------
|
-------------------
|
||||||
- Fix table vertical merge
|
- Fix table vertical merge
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ Created : 2015-03-12
|
|||||||
@author: Eric Lapouyade
|
@author: Eric Lapouyade
|
||||||
'''
|
'''
|
||||||
|
|
||||||
__version__ = '0.5.1'
|
__version__ = '0.5.2'
|
||||||
|
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
from docx import Document
|
from docx import Document
|
||||||
|
|||||||
3
setup.py
3
setup.py
@ -2,6 +2,9 @@ from setuptools import setup
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
# To register onto Pypi :
|
||||||
|
# python setup.py sdist bdist_wheel upload
|
||||||
|
|
||||||
def read(*names):
|
def read(*names):
|
||||||
values = dict()
|
values = dict()
|
||||||
for name in names:
|
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.
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.
Loading…
x
Reference in New Issue
Block a user