From d539119fedeab85bc2b0be96a47ce94f5859d3f0 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Mon, 8 May 2023 11:15:41 +0200 Subject: [PATCH] PR #493 --- CHANGES.rst | 4 ++++ docxtpl/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d416af9..97b0841 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.16.7 (2023-05-08) +------------------- +- PR #493 - thanks to AdrianVorobel + 0.16.6 (2023-03-12) ------------------- - PR #482 - thanks to dreizehnutters diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index 29a1c08..926de74 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -4,7 +4,7 @@ @author: Eric Lapouyade """ -__version__ = '0.16.6' +__version__ = '0.16.7' # flake8: noqa from .inline_image import InlineImage