commit 8789a57d575fa933ac28d53aa0beee7b86cd2f0a Author: juga0 juga@riseup.net Date: Sat Nov 10 15:00:29 2018 +0000
Release 1.0.2 --- CHANGELOG.md | 3 ++- sbws/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 54843ca..a2ab688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [1.0.2] - 2018-11-10 + ### Fixed
- Update bandwidth file specification version in the `generator` (#28366). @@ -33,7 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Speed up `scanner` by disabling RTT measurements and waiting for measurement threads before prioritizing again the list of relays to measure.
- ### Fixed
- Update python minimal version in setup (#28043) diff --git a/sbws/__init__.py b/sbws/__init__.py index 85f4c7f..34c1db3 100644 --- a/sbws/__init__.py +++ b/sbws/__init__.py @@ -1 +1 @@ -__version__ = '1.0.2-dev0' +__version__ = '1.0.2' \ No newline at end of file
tor-commits@lists.torproject.org