diff --git a/_modules/index.html b/_modules/index.html
index 6dcbcd3..00fbda0 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -8,7 +8,7 @@
-
[docs]def parse_report_file(input_, nameservers=None, dns_timeout=2.0,
diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html
index fbeef2b..4bedc1a 100644
--- a/_modules/parsedmarc/elastic.html
+++ b/_modules/parsedmarc/elastic.html
@@ -8,7 +8,7 @@
-
parsedmarc.elastic — parsedmarc 6.1.0 documentation
+
parsedmarc.elastic — parsedmarc 6.1.1 documentation
@@ -58,7 +58,7 @@
- 6.1.0
+ 6.1.1
diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html
index 0d41b32..62a6bfc 100644
--- a/_modules/parsedmarc/splunk.html
+++ b/_modules/parsedmarc/splunk.html
@@ -8,7 +8,7 @@
-
parsedmarc.splunk — parsedmarc 6.1.0 documentation
+
parsedmarc.splunk — parsedmarc 6.1.1 documentation
@@ -58,7 +58,7 @@
- 6.1.0
+ 6.1.1
diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html
index 3173d3d..a168afa 100644
--- a/_modules/parsedmarc/utils.html
+++ b/_modules/parsedmarc/utils.html
@@ -8,7 +8,7 @@
-
parsedmarc.utils — parsedmarc 6.1.0 documentation
+
parsedmarc.utils — parsedmarc 6.1.1 documentation
@@ -58,7 +58,7 @@
- 6.1.0
+ 6.1.1
@@ -173,9 +173,9 @@
import geoip2.database
import geoip2.errors
import requests
-
import publicsuffix
+
import publicsuffix2
-
__version__ = "6.1.0"
+
__version__ = "6.1.1"
USER_AGENT = "Mozilla/5.0 ((0 {1})) parsedmarc/{2}".format(
platform.system(),
@@ -259,7 +259,7 @@
logger.warning(
"Failed to download an updated PSL {0}".format(error))
with open(psl_path, encoding="utf-8") as psl_file:
-
psl = publicsuffix.PublicSuffixList(psl_file)
+
psl = publicsuffix2.PublicSuffixList(psl_file)
return psl.get_public_suffix(domain)
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 459ec21..9002e9f 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '6.1.0',
+ VERSION: '6.1.1',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
diff --git a/genindex.html b/genindex.html
index 0d832d4..be77e87 100644
--- a/genindex.html
+++ b/genindex.html
@@ -9,7 +9,7 @@