diff --git a/docs/index.rst b/docs/index.rst index 7319931..63a4377 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,7 +56,7 @@ CLI help -o OUTPUT, --output OUTPUT Write output files to the given directory -n NAMESERVERS [NAMESERVERS ...], --nameservers NAMESERVERS [NAMESERVERS ...] - nameservers to query (Default 8.8.8.8 4.4.4.4) + nameservers to query ((Default is Cloudflare's)) -t TIMEOUT, --timeout TIMEOUT number of seconds to wait for an answer from DNS (default 6.0) diff --git a/setup.py b/setup.py index 8a2d714..2f158e8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup from codecs import open from os import path -__version__ = "3.4.0" +__version__ = "3.5.0" description = "A Python package and CLI for parsing aggregate and " \ "forensic DMARC reports"