Skip to content

Commit

Permalink
Merge pull request #272 from AkshatBajaj/release/surround-v0.1.1
Browse files Browse the repository at this point in the history
RELEASE: Surround v0.1.1
  • Loading branch information
ScottyB committed Jan 7, 2021
2 parents 08b1cf5 + b7795a1 commit 21d6779
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions surround/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file.

### Limitation

## [0.1.1] - 2021-01-06

### Changed

- Remove report generator from project

## [0.1.0] - 2020-12-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion surround/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 0 additions & 2 deletions surround/surround/surround.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ def __init__(self, runners, assemblies, project_name, project_description, proje
self.project_name = project_name
self.project_root = project_root

# pylint: disable=fixme
# TODO: Add ability to run the experiment
def run(self, runner_key, assembler_key, mode, args=None):
runner = self.__get_runner(runner_key)

Expand Down

0 comments on commit 21d6779

Please sign in to comment.