v0.2.4
This commit is contained in:
parent
3e37fa795a
commit
47feece958
@ -1,3 +1,7 @@
|
||||
0.2.4 (2016-11-30)
|
||||
------------------
|
||||
- Fix /n in RichText class
|
||||
|
||||
0.2.3 (2016-08-09)
|
||||
------------------
|
||||
- Add Python 3 support for footer and header
|
||||
|
||||
@ -5,7 +5,7 @@ Created : 2015-03-12
|
||||
@author: Eric Lapouyade
|
||||
'''
|
||||
|
||||
__version__ = '0.2.3'
|
||||
__version__ = '0.2.4'
|
||||
|
||||
from lxml import etree
|
||||
from docx import Document
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user