Skip to content

Commit 9972e41

Browse files
committed
5.12.14
- Fix bug in MX DNSSEC detection introduced in `5.12.13`
1 parent c6563c7 commit 9972e41

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.12.14
4+
5+
- Fix bug in MX DNSSEC detection introduced in `5.12.13`
6+
37
## 5.12.13
48

59
- Add timeout retry options to the CLI and API (Closes #90 and #180)

checkdmarc/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
See the License for the specific language governing permissions and
2020
limitations under the License."""
2121

22-
__version__ = "5.12.13"
22+
__version__ = "5.12.14"
2323

2424
OS = platform.system()
2525
OS_RELEASE = platform.release()

checkdmarc/smtp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ def get_mx_hosts(
416416
hostname,
417417
nameservers=nameservers,
418418
timeout=timeout,
419-
timeout_retries=timeout_retries,
420419
)
421420
except Exception as e:
422421
logging.debug(e)

0 commit comments

Comments
 (0)