From 8789a57d575fa933ac28d53aa0beee7b86cd2f0a Mon Sep 17 00:00:00 2001 From: juga0 Date: Sat, 10 Nov 2018 15:00:29 +0000 Subject: [PATCH] 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 54843cab..a2ab6880 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 85f4c7f5..34c1db36 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