Skip to content

Commit

Permalink
Stem release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Jun 1, 2023
1 parent 118c036 commit 9caac65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
import stem.util
import stem.util.enum

__version__ = '1.8.1-maint'
__version__ = '1.8.2'
__author__ = 'Damian Johnson'
__contact__ = '[email protected]'
__url__ = 'https://stem.torproject.org/'
Expand Down
2 changes: 1 addition & 1 deletion stem/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9caac65

Please sign in to comment.