From 5c89f43eb837a3cd70c16116c819637927c02dca Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Thu, 23 May 2019 08:37:34 +0200 Subject: [PATCH] Add support for file-like objects for replace_media (#197) --- CHANGES.rst | 4 ++++ docxtpl/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 542508a..acc76e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.5.19 (2019-05-23) +------------------- +- Add support for file-like objects for replace_media (#197) + 0.5.18 (2019-05-20) ------------------- - Fix #176 diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index 2458827..af76ede 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -6,7 +6,7 @@ Created : 2015-03-12 ''' import functools -__version__ = '0.5.18' +__version__ = '0.5.19' from lxml import etree from docx import Document