From 1cc12d93ae3956b4927720f117fe759f45760691 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 8 Sep 2023 12:23:28 +0200 Subject: [PATCH] REL: 1.3.5: default table format --- debian/changelog | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4519157..2434058 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +intelmq-mailgen (1.3.5-1) stable; urgency=medium + + * allow setting default table format by calling scripts + is used if the called script (template) does not set one + set an internal fallback value, if neither a default is provided, nor + the script sets a table format + + -- Sebastian Wagner Fri, 08 Sep 2023 12:19:14 +0200 + intelmq-mailgen (1.3.4-1) stable; urgency=medium * notifications: fix bug when templates are given as parameter diff --git a/setup.py b/setup.py index e8d58c7..9658b60 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.3.4', + version='1.3.5', description='A mail sending module for IntelMQ',