diff --git a/ChangeLog b/ChangeLog index 8bfe839..b4d0b1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-07-28 Version 1.1.5 + - Use dns.resolver.resolve instead of dns.resolver.query due to deprecation + (LP: 2028783) - Thanks to Pedro Vicente for the report and the fix + 2023-05-12 Version 1.1.4 - Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to David for the patch and the report) diff --git a/README.md b/README.md index 74b3b69..53b903d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376 # VERSION -This is dkimpy 1.1.4. +This is dkimpy 1.1.5. # REQUIREMENTS diff --git a/setup.py b/setup.py index 875f727..d9aee47 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup import os import sys -version = "1.1.4" +version = "1.1.5" kw = {} # Work-around for lack of 'or' requires in setuptools. try: