[sbws/maint-1.1] fix: Bump bandwidth file version to 1.5.0

commit 378f1792cb9e5af1c9b46088f1dc30b3ec9bc89f Author: juga0 <juga@riseup.net> Date: Mon Dec 7 11:31:52 2020 +0000 fix: Bump bandwidth file version to 1.5.0 after removing KeyValue recent_measurement_attempt_count in #40023. Changed also torspec, issue #20. Closes: #40026. --- sbws/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/globals.py b/sbws/globals.py index 575a19f..253e2aa 100644 --- a/sbws/globals.py +++ b/sbws/globals.py @@ -15,7 +15,7 @@ log = logging.getLogger(__name__) RESULT_VERSION = 4 WIRE_VERSION = 1 -SPEC_VERSION = '1.4.0' +SPEC_VERSION = '1.5.0' # This is a dictionary of torrc options we always want to set when launching # Tor and that do not depend on any runtime configuration
participants (1)
-
juga@torproject.org