From 38fd4f9849ad5b8c945eb9f4f691176bdf8d2419 Mon Sep 17 00:00:00 2001 From: juga0 Date: Mon, 8 Oct 2018 09:51:28 +0000 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 9 +++++++++ sbws/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d6547f..464f7ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.8.0] - 2018-10-08 + +**Important changes**: + +- Implement Torflow scaling/aggregation to be able to substitute Torflow with + sbws without affecting the bandwidth files results. +- Change stem dependency to 1.7.0, which removes the need for `dependency_links`` +- Update and cleanup documentation + ### Added - Add system physical requirements section to INSTALL (#26937) diff --git a/sbws/__init__.py b/sbws/__init__.py index fee9d854..32a90a3b 100644 --- a/sbws/__init__.py +++ b/sbws/__init__.py @@ -1 +1 @@ -__version__ = '0.7.1-dev' +__version__ = '0.8.0'