-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump for release and fix missing import
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# along with this program; if not, write to the Free Software | ||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
|
||
__version__ = '1.3.0' | ||
__version__ = '1.3.1' | ||
__author__ = 'Carlos Perez, [email protected]' | ||
__name__ = 'cli' | ||
|
||
|
@@ -49,6 +49,7 @@ | |
import dns.reversename | ||
import dns.zone | ||
import netaddr | ||
import requests | ||
from dns.dnssec import algorithm_to_text | ||
from loguru import logger | ||
|
||
|