Bump version to 1.1.4

This commit is contained in:
Scott Kitterman
2023-05-07 14:38:02 -04:00
parent 8d960038ae
commit c75fa31ad2
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -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 2023-04-30 Version 1.1.3
- Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how - Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how
RSA key errors are treated (LP: #2018021) RSA key errors are treated (LP: #2018021)
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION # VERSION
This is dkimpy 1.1.3. This is dkimpy 1.1.4.
# 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.3" version = "1.1.4"
kw = {} # Work-around for lack of 'or' requires in setuptools. kw = {} # Work-around for lack of 'or' requires in setuptools.
try: try: