Freeze version 0.1.4

This commit is contained in:
elapouya 2015-03-27 09:01:24 +01:00
parent 1483bae331
commit 423b3005ef
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
0.1.4 (2015-03-27)
------------------
- add RichText support
0.1.3 (2015-03-13) 0.1.3 (2015-03-13)
------------------ ------------------
- add subdoc support - add subdoc support

View File

@ -5,7 +5,7 @@ Created : 2015-03-12
@author: Eric Lapouyade @author: Eric Lapouyade
''' '''
__version__ = '0.1.1' __version__ = '0.1.4'
from lxml import etree from lxml import etree
from docx import Document from docx import Document

View File

@ -24,7 +24,7 @@ News
""" % read('README', 'CHANGES') """ % read('README', 'CHANGES')
setup(name='docxtpl', setup(name='docxtpl',
version='0.1.3', version='0.1.4',
description='Python docx template engine', description='Python docx template engine',
long_description=long_description, long_description=long_description,
classifiers=[ classifiers=[