Bumped version to 3.1.0 in preparation for stable release. Updated Change Log in README.

This commit is contained in:
Joe Testa
2023-12-20 13:12:13 -05:00
parent bef8c6c0f7
commit dd91c2a41a
2 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
THE SOFTWARE.
"""
# The version to display.
VERSION = 'v3.1.0-dev'
VERSION = 'v3.1.0'
# SSH software to impersonate
SSH_HEADER = 'SSH-{0}-OpenSSH_8.2'