From 65e00b189e4b5e93659366ed68039aa116162f38 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Tue, 12 Nov 2024 14:31:55 +0100 Subject: [PATCH] Flake8 : whitespace fix --- docxtpl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docxtpl/__init__.py b/docxtpl/__init__.py index e0f7f50..1c0e1df 100644 --- a/docxtpl/__init__.py +++ b/docxtpl/__init__.py @@ -4,7 +4,7 @@ Created : 2015-03-12 @author: Eric Lapouyade """ -__version__ = "0.19.0" +__version__ = "0.19.1" # flake8: noqa from .inline_image import InlineImage