Declare package as python2 and python3 compatible
This commit is contained in:
parent
a3b3fdfa18
commit
b987864c3f
@ -1,3 +1,7 @@
|
||||
0.5.4 (2018-09-19)
|
||||
------------------
|
||||
- Declare package as python2 and python3 compatible for wheel distrib
|
||||
|
||||
0.5.3 (2018-09-19)
|
||||
------------------
|
||||
- Add sub/superscript in RichText
|
||||
|
||||
@ -5,7 +5,7 @@ Created : 2015-03-12
|
||||
@author: Eric Lapouyade
|
||||
'''
|
||||
|
||||
__version__ = '0.5.3'
|
||||
__version__ = '0.5.4'
|
||||
|
||||
from lxml import etree
|
||||
from docx import Document
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user