diff --git a/ChangeLog b/ChangeLog index 0ef1269..f156a2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +2024-07-04 Version 1.1.8 + 2024-06-23 Version 1.1.7 - Fix error in validate_signature_fields which prevented signature expiration from being properly evaluated (LP: #2068937) diff --git a/README.md b/README.md index cbe372d..030227d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376 # VERSION -This is dkimpy 1.1.7. +This is dkimpy 1.1.8. # REQUIREMENTS diff --git a/setup.py b/setup.py index 2821ecd..23c15be 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup import os import sys -version = "1.1.7" +version = "1.1.8" kw = {} # Work-around for lack of 'or' requires in setuptools. try: