diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2f3791c..017f021a 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 129922c8..68c03929 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: random.cdisc.data Title: Create Random ADaM Datasets -Version: 0.3.15.9004 -Date: 2024-05-24 +Version: 0.3.15.9005 +Date: 2024-08-05 Authors@R: c( person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"), person("Nick", "Paszty", , "npaszty@gene.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 3efd8cc0..cc050e5a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# random.cdisc.data 0.3.15.9004 +# random.cdisc.data 0.3.15.9005 ### Miscellaneous * Renamed `var_relabel` into `rcd_var_relabel` and copied new functionalities to avoid namespace conflict with `formatters` package.