From f858e5d7b83217f2c08ad3a2301c97b8440eb5ab Mon Sep 17 00:00:00 2001 From: edelarua Date: Fri, 27 Oct 2023 22:27:37 +0000 Subject: [PATCH] [skip actions] Bump version to 0.8.16.9010 --- .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 866eec0792..bfa7d8a4f5 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.9021 + rev: v0.3.2.9025 hooks: - id: style-files name: Style code with `styler` diff --git a/DESCRIPTION b/DESCRIPTION index 9e4df6c9ca..eaee749c41 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: teal.modules.clinical Title: Teal Modules for Standard Clinical Outputs -Version: 0.8.16.9009 -Date: 2023-10-13 +Version: 0.8.16.9010 +Date: 2023-10-27 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 98f32e22fb..9a06e2cf3b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.clinical 0.8.16.9009 +# teal.modules.clinical 0.8.16.9010 ### Enhancements * Added more informative error message when grade mapping error occurs in `tm_t_abnormality_by_worst_grade`.