From 9caac653612d01719de8f29897e1d8051b309279 Mon Sep 17 00:00:00 2001 From: juga Date: Mon, 22 May 2023 15:24:30 +0000 Subject: [PATCH] Stem release 1.8.2 --- stem/__init__.py | 2 +- stem/control.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stem/__init__.py b/stem/__init__.py index 0c68df7b..00eafc5c 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -507,7 +507,7 @@ import stem.util import stem.util.enum -__version__ = '1.8.1-maint' +__version__ = '1.8.2' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/' diff --git a/stem/control.py b/stem/control.py index e6fab6cf..d2494ca9 100644 --- a/stem/control.py +++ b/stem/control.py @@ -3025,7 +3025,7 @@ def create_ephemeral_hidden_service(self, ports, key_type = 'NEW', key_content = .. versionchanged:: 1.7.0 Added the timeout and max_streams arguments. - .. versionchanged:: 1.8.1 + .. versionchanged:: 1.8.2 Added the client_auth_v3 argument. :param int,list,dict ports: hidden service port(s) or mapping of hidden