commit 1bb248b84c54bfbd8a15c208d04e315356730916 Author: juga0 juga@riseup.net Date: Wed Mar 6 09:04:35 2019 +0000
Release v1.0.4
because there was a commit missing between `1.0.3` and `1.0.4-dev0` and what is released as `1.0.3` has version `1.0.4-dev0` and it can not be fixed now. --- sbws/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbws/__init__.py b/sbws/__init__.py index f8f55c8..9b3b7f5 100644 --- a/sbws/__init__.py +++ b/sbws/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.4-dev0' +__version__ = '1.0.3'
import threading # noqa
tor-commits@lists.torproject.org