v0.2.3
This commit is contained in:
parent
59daded708
commit
5fb424405b
@ -1,3 +1,7 @@
|
||||
0.2.3 (2016-06-11)
|
||||
------------------
|
||||
- Fix \n in RichText objects
|
||||
|
||||
0.2.2 (2016-06-11)
|
||||
------------------
|
||||
- Fix bug when using utf-8 chracters inside footer or header in .docx template
|
||||
|
||||
@ -5,7 +5,7 @@ Created : 2015-03-12
|
||||
@author: Eric Lapouyade
|
||||
'''
|
||||
|
||||
__version__ = '0.2.2'
|
||||
__version__ = '0.2.3'
|
||||
|
||||
from lxml import etree
|
||||
from docx import Document
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user