Skip to content

Commit 9caac65

Browse files
committed
Stem release 1.8.2
1 parent 118c036 commit 9caac65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
import stem.util
508508
import stem.util.enum
509509

510-
__version__ = '1.8.1-maint'
510+
__version__ = '1.8.2'
511511
__author__ = 'Damian Johnson'
512512
__contact__ = 'atagar@torproject.org'
513513
__url__ = 'https://stem.torproject.org/'

stem/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ def create_ephemeral_hidden_service(self, ports, key_type = 'NEW', key_content =
30253025
.. versionchanged:: 1.7.0
30263026
Added the timeout and max_streams arguments.
30273027
3028-
.. versionchanged:: 1.8.1
3028+
.. versionchanged:: 1.8.2
30293029
Added the client_auth_v3 argument.
30303030
30313031
:param int,list,dict ports: hidden service port(s) or mapping of hidden

0 commit comments

Comments
 (0)