From 0a523d5331357de26e1eda82d1a5034fb25c8df3 Mon Sep 17 00:00:00 2001 From: averissimo Date: Tue, 19 Sep 2023 14:15:20 +0000 Subject: [PATCH] [skip actions] Bump version to 0.8.16.9004 --- .pre-commit-config.yaml | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c32d981d16..866eec0792 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.2.9019 + rev: v0.3.2.9021 hooks: - id: style-files name: Style code with `styler` diff --git a/DESCRIPTION b/DESCRIPTION index f133bfdf82..add876b096 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: teal.modules.clinical Title: Teal Modules for Standard Clinical Outputs -Version: 0.8.16.9003 -Date: 2023-08-30 +Version: 0.8.16.9004 +Date: 2023-09-19 Authors@R: c( person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")), person("Jana", "Stoilova", , "jana.stoilova@roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 1fe479c543..9eab08b2f8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.clinical 0.8.16.9003 +# teal.modules.clinical 0.8.16.9004 ### Enhancements * Added more informative error message when grade mapping error occurs in `tm_t_abnormality_by_worst_grade`.