Freeze version 0.1.4
This commit is contained in:
parent
1483bae331
commit
423b3005ef
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -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=[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user