From c75fa31ad2de94791773c6e7c052c79c338a9dca Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 7 May 2023 14:38:02 -0400 Subject: [PATCH] Bump version to 1.1.4 --- ChangeLog | 3 +++ README.md | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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: