Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tervala authored and Justin Tervala committed Mar 7, 2018
1 parent 90e98dc commit 5273e9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
@@ -1,11 +1,10 @@
# Changelog
*# Changelog
<!-- Use the tags Added, Changed, Deprecated, Removed, Fixed, Security, and
Contributor to describe changes -->


## [0.7.0]
###### [unreleased]
<!-- Commended out bullets are in development -->
###### 2018-03-07
### Added
* An execution control page is now available on the user interface. This page
allows you to start, pause, resume, and abort workflows as well as displays
Expand Down Expand Up @@ -69,10 +68,10 @@
removed. Use the new `POST /api/devices` with `multipart/form-data` and
`GET /api/devices?mode=export` endpoints respectively.

<!--

### Contributor
* The minimum accepted unit test coverage for the Python backend is now 84%
-->
* The minimum accepted unit test coverage for the Python backend is now 86%


## [0.6.7]
###### 2018-02-06
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -30,6 +30,6 @@ exclude_lines =
if __name__ == .__main__.
ignore_errors = True
sort = Cover
fail_under = 82
fail_under = 86
show_missing = True
precision = 2

0 comments on commit 5273e9e

Please sign in to comment.