Skip to content

Commit 1cc12d9

Browse files
REL: 1.3.5: default table format
1 parent c996acf commit 1cc12d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
intelmq-mailgen (1.3.5-1) stable; urgency=medium
2+
3+
* allow setting default table format by calling scripts
4+
is used if the called script (template) does not set one
5+
set an internal fallback value, if neither a default is provided, nor
6+
the script sets a table format
7+
8+
-- Sebastian Wagner <swagner@intevation.de> Fri, 08 Sep 2023 12:19:14 +0200
9+
110
intelmq-mailgen (1.3.4-1) stable; urgency=medium
211

312
* notifications: fix bug when templates are given as parameter

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Versions should comply with PEP440. For a discussion on single-sourcing
1515
# the version across setup.py and the project code, see
1616
# https://packaging.python.org/en/latest/single_source_version.html
17-
version='1.3.4',
17+
version='1.3.5',
1818

1919
description='A mail sending module for IntelMQ',
2020

0 commit comments

Comments
 (0)