diff --git a/surround/CHANGELOG.md b/surround/CHANGELOG.md index e648c234..7cc1b66e 100644 --- a/surround/CHANGELOG.md +++ b/surround/CHANGELOG.md @@ -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 diff --git a/surround/VERSION b/surround/VERSION index 6c6aa7cb..6da28dde 100644 --- a/surround/VERSION +++ b/surround/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file diff --git a/surround/surround/surround.py b/surround/surround/surround.py index 0a4d126c..49274500 100644 --- a/surround/surround/surround.py +++ b/surround/surround/surround.py @@ -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)