commit 760744a271b61c74bf0a087d9792d77a6770d53c Author: juga0 juga@riseup.net Date: Thu Mar 28 12:34:56 2019 +0000
Bump specification to version to 1.4.0 --- sbws/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbws/globals.py b/sbws/globals.py index 723625d..e9fd8dd 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.2.0' +SPEC_VERSION = '1.4.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
tor-commits@lists.torproject.org