diff --git a/.bumpversion.cfg b/.bumpversion.cfg deleted file mode 100755 index 61b9a71..0000000 --- a/.bumpversion.cfg +++ /dev/null @@ -1,16 +0,0 @@ -[bumpversion] -current_version = 1.3.2 -commit = True -tag = False - -[bumpversion:file:DESCRIPTION] -search = Version: {current_version} -replace = Version: {new_version} - -[bumpversion:file:inst/CITATION] -search = {current_version} -replace = {new_version} - -[bumpversion:file:.github/workflows/pkgdown.yaml] -search = VERSION: '{current_version}' -replace = VERSION: '{new_version}' diff --git a/.bumpversion.toml b/.bumpversion.toml new file mode 100644 index 0000000..7b170d7 --- /dev/null +++ b/.bumpversion.toml @@ -0,0 +1,35 @@ +[tool.bumpversion] +current_version = "1.3.2" +search = "{current_version}" +replace = "{new_version}" +message = "Bump version: {current_version} → {new_version}" +regex = false +ignore_missing_version = false +ignore_missing_files = false +commit = true +parse = """(?x) + (?P0|[1-9]\\d*)\\. + (?P0|[1-9]\\d*)\\. + (?P0|[1-9]\\d*) + (?:\\.(?P\\d+))? +""" + +serialize = [ + "{major}.{minor}.{patch}.{dev}", + "{major}.{minor}.{patch}", +] + +[[tool.bumpversion.files]] +filename = "DESCRIPTION" +search = "Version: {current_version}" +replace = "Version: {new_version}" + +[[tool.bumpversion.files]] +filename = "inst/CITATION" +search = "{current_version}" +replace = "{new_version}" + +[[tool.bumpversion.files]] +filename = ".github/workflows/pkgdown.yaml" +search = "VERSION: '{current_version}'" +replace = "VERSION: '{new_version}'" diff --git a/R/sysdata.rda b/R/sysdata.rda index 564477d..dd12eec 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/data-raw/data-raw.R b/data-raw/data-raw.R index 042ec93..32cd694 100644 --- a/data-raw/data-raw.R +++ b/data-raw/data-raw.R @@ -6,8 +6,8 @@ source("data-raw/gwas_utils.R") options(timeout = 500000) -catalog_version_date <- '2024-09-22' -ebi_catalog_version_date <- '20240922' +catalog_version_date <- '2024-11-03' +ebi_catalog_version_date <- '20241103' fname_catalog_associations <- file.path( "data-raw",