Bump version to 1.1.8

This commit is contained in:
Scott Kitterman
2024-07-04 18:05:54 -04:00
parent 19303e23d7
commit 0167ba92ea
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
2024-07-04 Version 1.1.8
2024-06-23 Version 1.1.7 2024-06-23 Version 1.1.7
- Fix error in validate_signature_fields which prevented signature - Fix error in validate_signature_fields which prevented signature
expiration from being properly evaluated (LP: #2068937) expiration from being properly evaluated (LP: #2068937)
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION # VERSION
This is dkimpy 1.1.7. This is dkimpy 1.1.8.
# REQUIREMENTS # REQUIREMENTS
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os import os
import sys import sys
version = "1.1.7" version = "1.1.8"
kw = {} # Work-around for lack of 'or' requires in setuptools. kw = {} # Work-around for lack of 'or' requires in setuptools.
try: try: