Fix dkimverify verbose option so it works and add documentation, thanks to Uwe Kleine-König for the patch (Debian: #1075791), bump version to 1.1.9

This commit is contained in:
Scott Kitterman
2024-07-05 09:42:26 -04:00
parent 21b9410f4f
commit 2275718e74
5 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "1.1.8"
version = "1.1.9"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: