diff --git a/DESCRIPTION b/DESCRIPTION index 893821db..8658c660 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: batchtools Title: Tools for Computation on Batch Systems -Version: 0.9.16 +Version: 0.9.17 Authors@R: c( person("Michel", "Lang", NULL, "michellang@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")), diff --git a/NEWS.md b/NEWS.md index df88ee75..72488780 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# batchtools 0.9.17 + +* Fixed a bug in the finalizer of `ClusterFunctionsMulticore`. + # batchtools 0.9.16 * Fixed a bug in `addExperiments()` in combination with combination method `"bind"` and repls > 1 where experiments have been duplicated.