From a9c6889f228b520e8cb3cc40c3c19b6f6e783de9 Mon Sep 17 00:00:00 2001 From: shajoezhu Date: Tue, 17 Sep 2024 00:11:42 +0000 Subject: [PATCH] [skip actions] Bump version to 0.2.9.9006 --- .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 d7e23de6..c3d06817 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3 + rev: v0.4.3.9001 hooks: # - id: style-files # args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/DESCRIPTION b/DESCRIPTION index 1eda673e..531341ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rlistings Title: Clinical Trial Style Data Readout Listings -Version: 0.2.9.9005 -Date: 2024-09-14 +Version: 0.2.9.9006 +Date: 2024-09-17 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", comment = "original creator of the package"), diff --git a/NEWS.md b/NEWS.md index 20a692ac..7696393d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## rlistings 0.2.9.9005 +## rlistings 0.2.9.9006 ## rlistings 0.2.9 * Added `truetype` font support based on new `formatters` api, by @gmbecker.