Update version/add Changelog for 1.1.6

This commit is contained in:
Scott Kitterman
2024-04-14 15:32:02 -04:00
parent 073a0a1169
commit 3be5035ef2
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2024-04-14 Version 1.1.6
- Use raw byte string for regex; fixes SyntaxWarning in Python 3.12 due to
invalid escape sequence (LP: #2049518) - Thanks to Simon Chopin for the
fix
2023-07-28 Version 1.1.5 2023-07-28 Version 1.1.5
- Use dns.resolver.resolve instead of dns.resolver.query due to deprecation - Use dns.resolver.resolve instead of dns.resolver.query due to deprecation
(LP: 2028783) - Thanks to Pedro Vicente for the report and the fix (LP: 2028783) - Thanks to Pedro Vicente for the report and the fix
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION # VERSION
This is dkimpy 1.1.5. This is dkimpy 1.1.6.
# 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.5" version = "1.1.6"
kw = {} # Work-around for lack of 'or' requires in setuptools. kw = {} # Work-around for lack of 'or' requires in setuptools.
try: try: