From eee056f84fa5fd8b7a8bc2e21cf7d49ac9e76d68 Mon Sep 17 00:00:00 2001 From: cicdguy Date: Mon, 29 Apr 2024 14:31:55 +0000 Subject: [PATCH] [skip actions] Bump version to 0.1.15.9018 --- .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 d7b66347..5b29560b 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.4.1 + rev: v0.4.2 hooks: - id: style-files name: Style code with `styler` diff --git a/DESCRIPTION b/DESCRIPTION index dfa41a08..89f2feee 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.goshawk Title: Longitudinal Visualization `teal` Modules -Version: 0.1.15.9017 -Date: 2024-04-09 +Version: 0.1.15.9018 +Date: 2024-04-29 Authors@R: c( person("Nick", "Paszty", , "nick.paszty@gene.com", role = c("aut", "cre")), person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 73b0060c..de81e83e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.goshawk 0.1.15.9017 +# teal.goshawk 0.1.15.9018 ### Breaking Changes * Adapted all modules to use `teal_data` objects.