This commit is contained in:
Eric Lapouyade 2016-11-30 09:12:36 +01:00
parent 3e37fa795a
commit 47feece958
2 changed files with 5 additions and 1 deletions

View File

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

View File

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