This commit is contained in:
Eric Lapouyade 2016-11-30 08:51:44 +01:00
parent 59daded708
commit 5fb424405b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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