From e95d24297f8b0ddbbe4cde6040c8c557d66699ae Mon Sep 17 00:00:00 2001 From: wlandau Date: Tue, 1 Nov 2022 12:34:11 -0400 Subject: [PATCH] Release version --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9f729bdd1..5d2bf99de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Description: As a pipeline toolkit for Statistics and data science in R, the underlying code and data. The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, ). -Version: 0.13.5.9002 +Version: 0.14.0 License: MIT + file LICENSE URL: https://docs.ropensci.org/targets/, https://github.com/ropensci/targets BugReports: https://github.com/ropensci/targets/issues diff --git a/NEWS.md b/NEWS.md index 6359d7408..1df65933c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# targets 0.13.5.9002 +# targets 0.14.0 * Move `#!/bin/sh` line to the top of SLURM `clustermq` template file (#944, #955, @GiuseppeTT). * Add new function `tar_path_script()`.