From 423b3005efa7d10d356e76ff9dd3929e95897dc8 Mon Sep 17 00:00:00 2001 From: elapouya Date: Fri, 27 Mar 2015 09:01:24 +0100 Subject: [PATCH] Freeze version 0.1.4 --- CHANGES.rst | 4 ++++ docxtpl/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2a9364e..1b1c3d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.1.4 (2015-03-27) +------------------ +- add RichText support + 0.1.3 (2015-03-13) ------------------ - add subdoc support diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index 9895a93..7b8adc1 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -5,7 +5,7 @@ Created : 2015-03-12 @author: Eric Lapouyade ''' -__version__ = '0.1.1' +__version__ = '0.1.4' from lxml import etree from docx import Document diff --git a/setup.py b/setup.py index ac23556..b3feb76 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ News """ % read('README', 'CHANGES') setup(name='docxtpl', - version='0.1.3', + version='0.1.4', description='Python docx template engine', long_description=long_description, classifiers=[