From 5796e8f3a477d789c92caca9568a12cb8a999b14 Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Mon, 15 Sep 2025 09:10:54 +0200 Subject: [PATCH] (v3.0.0.9033) rename workflow --- .github/workflows/check-current-testthat-dev-versions.yaml | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-current-testthat-dev-versions.yaml b/.github/workflows/check-current-testthat-dev-versions.yaml index af1ae5902..5d3b4dc55 100644 --- a/.github/workflows/check-current-testthat-dev-versions.yaml +++ b/.github/workflows/check-current-testthat-dev-versions.yaml @@ -38,7 +38,7 @@ on: # this is to check that all dependencies are still available (see R/zzz.R) - cron: '0 1 * * *' -name: check-recent +name: check-recent-dev-pkgs jobs: R-code-check: diff --git a/DESCRIPTION b/DESCRIPTION index 7a34b7db4..6d0497e5b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AMR -Version: 3.0.0.9032 -Date: 2025-09-13 +Version: 3.0.0.9033 +Date: 2025-09-15 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) data analysis and to work with microbial and antimicrobial properties by diff --git a/NEWS.md b/NEWS.md index 4221e1a5c..68b36c014 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 3.0.0.9032 +# AMR 3.0.0.9033 This is a bugfix release following the release of v3.0.0 in June 2025.