From 4d64b76a68e2e2fbc670f3edc90bdf2031dda5b8 Mon Sep 17 00:00:00 2001 From: m7pr Date: Wed, 14 Aug 2024 09:41:28 +0000 Subject: [PATCH] [skip actions] Bump version to 0.3.1.9011 --- .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 12aecc22..6221e465 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.2 + rev: v0.4.3 hooks: - id: style-files name: Style code with `styler` diff --git a/DESCRIPTION b/DESCRIPTION index 8d397d9c..0ab6d9de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: teal.reporter Title: Reporting Tools for 'shiny' Modules -Version: 0.3.1.9010 -Date: 2024-06-12 +Version: 0.3.1.9011 +Date: 2024-08-14 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 cf0fdfb2..c7e72f90 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.reporter 0.3.1.9010 +# teal.reporter 0.3.1.9011 ### Enhancements