diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddfd71a6..9ff0944a 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.9019 + rev: v0.3.2.9027 hooks: - id: style-files name: Style code with `styler` diff --git a/DESCRIPTION b/DESCRIPTION index 8ee03fa3..eb3ec57b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: random.cdisc.data Title: Create Random SDTM and ADAM Datasets -Version: 0.3.14.9005 -Date: 2023-09-15 +Version: 0.3.14.9006 +Date: 2023-12-13 Authors@R: c( person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = c("aut", "cre")), person("Nick", "Paszty", , "npaszty@gene.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index febf40c1..3aed6b81 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# random.cdisc.data 0.3.14.9005 +# random.cdisc.data 0.3.14.9006 ### New features * Asynchronous cached data updates in `rebuild_cached_data` vignette - data is only updated if its (or its dependency's) source file has been updated.