Commit 38fd4f98 authored by juga's avatar juga
Browse files

Release 0.8.0

parent ecf75dc4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
__version__ = '0.7.1-dev'
__version__ = '0.8.0'