From e42064b9b9c5e630574d306c1f349a1ff0bc1d6a Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Wed, 26 Oct 2016 19:02:13 +0300 Subject: [PATCH] Release 1.7.0. --- README.md | 2 +- ssh-audit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53367f7..e9f8f13 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ usage: ssh-audit.py [-1246pbnvl] ![screenshot](https://cloud.githubusercontent.com/assets/7356025/19233757/3e09b168-8ef0-11e6-91b4-e880bacd0b8a.png) ## ChangeLog -### v1.x.x (2016-xx-xx) +### v1.7.0 (2016-10-26) - implement options to allow specify IPv4/IPv6 usage and order of precedence - implement option to specify remote port (old behavior kept for compatibility) - add colors support for Microsoft Windows via optional colorama dependency diff --git a/ssh-audit.py b/ssh-audit.py index 9e11be0..8b67387 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -26,7 +26,7 @@ from __future__ import print_function import os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64 -VERSION = 'v1.6.1.dev' +VERSION = 'v1.7.0' if sys.version_info >= (3,): # pragma: nocover StringIO, BytesIO = io.StringIO, io.BytesIO