diff --git a/ChangeLog b/ChangeLog index d5bb237..11c0c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.1.4 + - Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to + David for the patch and the report) 2023-04-30 Version 1.1.3 - Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how RSA key errors are treated (LP: #2018021) diff --git a/README.md b/README.md index e50c623..74b3b69 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376 # VERSION -This is dkimpy 1.1.3. +This is dkimpy 1.1.4. # REQUIREMENTS diff --git a/setup.py b/setup.py index 759efd4..26dc2d1 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup import os import sys -version = "1.1.3" +version = "1.1.4" kw = {} # Work-around for lack of 'or' requires in setuptools. try: