Bump version to 1.1.5 and add changelog for resolver.resolve fix

This commit is contained in:
Scott Kitterman
2023-07-28 12:00:36 -04:00
parent aa50562f63
commit 92902fc9cd
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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 2023-05-12 Version 1.1.4
- Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to - Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to
David for the patch and the report) David for the patch and the report)
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION # VERSION
This is dkimpy 1.1.4. This is dkimpy 1.1.5.
# 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.4" version = "1.1.5"
kw = {} # Work-around for lack of 'or' requires in setuptools. kw = {} # Work-around for lack of 'or' requires in setuptools.
try: try: