Skip to content

Commit

Permalink
πŸ’Ž bump version to 0.2.0
Browse files Browse the repository at this point in the history
This version was motivated by feedback from DataBiosphere/toil#2064 (comment):

* use subprocess32
* use `docker.from_env(version='auto')`
* fix the way `workdir` was mapped to `/tmp` on singularity containers
* avoid shadowing of  subprocess names `def check_output` and `def check_call`
* avoid use of `/dev/null`
  • Loading branch information
jsmedmar authored Feb 27, 2018
1 parent 2d474f3 commit a3fa8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toil_container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0

0 comments on commit a3fa8fa

Please sign in to comment.