commit a1d1be6f4d16dfc71bdb90730f61860abcff6d34 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..085f420 100644 --- a/sbws/__init__.py +++ b/sbws/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.4-dev0' +__version__ = '1.0.4'
import threading # noqa
tor-commits@lists.torproject.org