Skip to content

Commit

Permalink
REL: 1.3.6 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
wagner-intevation committed Aug 30, 2024
1 parent e16db5b commit 2072130
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ check_all:

.PHONY: all check check_all docs

sync:
rsync -a * .github --exclude '*.pyc' --exclude __pycache__ --exclude dist --exclude intelmqmail.egg-info docker-swa.whale.intevation.de:intelmq-mailgen/

docs:
make -C docs html

Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
intelmq-mailgen (1.3.6-1) stable; urgency=medium

* gnupg: set home dir with parameter, not env variable
* Documentation:
* add docs on format specs
* small fixes
* render API docs

-- Sebastian Wagner <swagner@intevation.de> Fri, 30 Aug 2024 18:54:13 +0200

intelmq-mailgen (1.3.5-2) stable; urgency=medium

* ScriptContext: Handle self.templates = None and read from directory
Expand Down
4 changes: 3 additions & 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.5',
version='1.3.6',

description='A mail sending module for IntelMQ',

Expand All @@ -39,6 +39,8 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],

# What does your project relate to?
Expand Down

0 comments on commit 2072130

Please sign in to comment.