Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  * use sys.exit instead of exit
  * `additional_directive_where`: allow to use events
  * new parameter additional_directive_where
  * add parameter --verbose for debug logging
  * add option to load custom config file per parameter
  * better help messages in program
  • Loading branch information
wagner-intevation committed Mar 15, 2023
1 parent 059c48c commit 14d27e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
intelmq-mailgen (1.3.1-1) UNRELEASED; urgency=medium

* use sys.exit instead of exit
* `additional_directive_where`: allow to use events
* new parameter additional_directive_where
* add parameter --verbose for debug logging
* add option to load custom config file per parameter
* better help messages in program

-- Sebastian Wagner <swagner@intevation.de> Tue, 14 Mar 2023 11:25:14 +0100

intelmq-mailgen (1.3.0-3) stable; urgency=medium

* Remove postgresql dependency. mailgen only needs the client on the same
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0',
version='1.3.1',

description='A mail sending module for IntelMQ',

Expand Down

0 comments on commit 14d27e8

Please sign in to comment.