Skip to content

Commit f517e03

Browse files
committed
Bumped version to v3.0.0.
1 parent 6c64257 commit f517e03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ For convenience, a web front-end on top of the command-line tool is available at
178178

179179
## ChangeLog
180180

181-
### v3.0.0-dev (2023-??-??)
181+
### v3.0.0 (2023-09-07)
182182
- Results from concurrent scans against multiple hosts are no longer improperly combined; bug discovered by [Adam Russell](https://github.com/thecliguy).
183183
- Hostname resolution failure no longer causes scans against multiple hosts to terminate unexpectedly; credit [Dani Cuesta](https://github.com/daniel-cues).
184184
- Algorithm recommendations resulting from warnings are now printed in yellow instead of red; credit [Adam Russell](https://github.com/thecliguy).

src/ssh_audit/globals.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
The MIT License (MIT)
33
4-
Copyright (C) 2017-2021 Joe Testa ([email protected])
4+
Copyright (C) 2017-2023 Joe Testa ([email protected])
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@
2222
THE SOFTWARE.
2323
"""
2424
# The version to display.
25-
VERSION = 'v3.0.0-dev'
25+
VERSION = 'v3.0.0'
2626

2727
# SSH software to impersonate
2828
SSH_HEADER = 'SSH-{0}-OpenSSH_8.2'

0 commit comments

Comments
 (0)