From b0afb6afbce10f04d4ad2158e0cbfc39803d24e7 Mon Sep 17 00:00:00 2001 From: m7pr Date: Tue, 16 Apr 2024 09:35:10 +0000 Subject: [PATCH] [skip actions] Bump version to 0.15.2.9027 --- .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 1171b71506..b6233437cb 100644 --- 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 5b53fc346f..d26f82fb90 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal Title: Exploratory Web Apps for Analyzing Clinical Trials Data -Version: 0.15.2.9026 -Date: 2024-04-12 +Version: 0.15.2.9027 +Date: 2024-04-16 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), diff --git a/NEWS.md b/NEWS.md index adca37305e..5258185dda 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal 0.15.2.9026 +# teal 0.15.2.9027 ### Miscellaneous * Filter mapping display is no longer coupled to the snapshot manager.