Skip to content

Commit 407343b

Browse files
committed
5.8.1
- Fix incomplete fix for issue [#159](#159)
1 parent cf271c1 commit 407343b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
5.8.1
5+
-----
6+
7+
- Fix incomplete fix for issue [#159](https://github.com/domainaware/checkdmarc/issues/159)
8+
49
5.8.0
510
-----
611

checkdmarc/_constants.py

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

21-
__version__ = "5.8.0"
21+
__version__ = "5.8.1"
2222

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

checkdmarc/dnssec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def get_dnskey(
8282
if rset.rdtype != RdataType.RRSIG:
8383
rrset = rset
8484
break
85-
rrset = answer[0]
8685
name = dns.name.from_text(f"{domain}.")
8786
key = {name: rrset}
8887
cache[domain] = key

0 commit comments

Comments
 (0)