commit 93adeba76ff29e4d127c1fe54dcf35d3427c6059 Author: Matt Traudt sirmatt@ksu.edu Date: Thu Aug 9 06:43:28 2018 -0400
Release 0.7.0
**Important changes**:
- `cleanup/stale_days` is renamed to `cleanup/data_files_compress_after_days` - `cleanup/rotten_days` is renamed to `cleanup/data_files_delete_after_days` - sbws now takes as an argument the path to a config file (which contains `sbws_home`) instead of `sbws_home` (which contains the path to a config file)
See the changelog for more information --- CHANGELOG.md | 8 +++++++- sbws/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b10e4e..e1a6d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [0.7.0] - 2018-08-09 + **Important changes**:
- `cleanup/stale_days` is renamed to `cleanup/data_files_compress_after_days` - `cleanup/rotten_days` is renamed to `cleanup/data_files_delete_after_days` +- sbws now takes as an argument the path to a config file (which contains + `sbws_home`) instead of `sbws_home` (which contains the path to a config +file)
### Added
@@ -162,7 +167,8 @@ So fix that. - `earliest_bandwidth` being the newest bw not the oldest (thanks juga0) - `node_id` was missing the character "$" at the beginning
-[Unreleased]: https://github.com/pastly/simple-bw-scanner/compare/v0.6.0...master +[Unreleased]: https://github.com/pastly/simple-bw-scanner/compare/v0.7.0...master +[0.7.0]: https://github.com/pastly/simple-bw-scanner/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/pastly/simple-bw-scanner/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/pastly/simple-bw-scanner/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/pastly/simple-bw-scanner/compare/v0.4.0...v0.4.1 diff --git a/sbws/__init__.py b/sbws/__init__.py index 270c7bf..a71c5c7 100644 --- a/sbws/__init__.py +++ b/sbws/__init__.py @@ -1 +1 @@ -__version__ = '0.6.1-dev' +__version__ = '0.7.0'
tor-commits@lists.torproject.org