From 92902fc9cd31ac847d62457acd4df80c326daa0c Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Fri, 28 Jul 2023 12:00:36 -0400 Subject: [PATCH] Bump version to 1.1.5 and add changelog for resolver.resolve fix --- ChangeLog | 4 ++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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: