From 3c1451cfdc09bf8dfa594f4ed5b53bad4a36a974 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sat, 29 Apr 2023 12:33:26 -0400 Subject: [PATCH] Bumped version to v2.9.0. --- README.md | 2 +- src/ssh_audit/globals.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6ecc8f..dabb378 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ For convenience, a web front-end on top of the command-line tool is available at ## ChangeLog -### v2.6.0-dev +### v2.9.0 - Dropped support for Python 3.6, as it reached EOL at the end of 2021. - Added Ubuntu Server & Client 22.04 hardening policies. - Removed experimental warning tag from `sntrup761x25519-sha512@openssh.com`. diff --git a/src/ssh_audit/globals.py b/src/ssh_audit/globals.py index aab3cc1..870834f 100644 --- a/src/ssh_audit/globals.py +++ b/src/ssh_audit/globals.py @@ -22,7 +22,7 @@ THE SOFTWARE. """ # The version to display. -VERSION = 'v2.6.0' +VERSION = 'v2.9.0' # SSH software to impersonate SSH_HEADER = 'SSH-{0}-OpenSSH_8.2'