This is an automated email from the git hooks/post-receive script.
atagar pushed a commit to branch maint in repository stem.
commit 032f0bd227892e17ec43bbaed401a3dd35068723 Author: juga juga@riseup.net AuthorDate: Thu Sep 22 18:27:52 2022 +0000
Stem release 1.8.1
Signed-off-by: juga juga@riseup.net --- stem/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stem/__init__.py b/stem/__init__.py index b53f6786..a7723fd1 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -507,7 +507,7 @@ import traceback import stem.util import stem.util.enum
-__version__ = '1.8.0-maint' +__version__ = '1.8.1' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'