From d7dc92e0e2f26a74c25baba8e716c907dc0b2c3a Mon Sep 17 00:00:00 2001 From: Mauro Lepore <maurolepore@gmail.com> Date: Mon, 13 Nov 2023 06:56:53 +0000 Subject: [PATCH] Bump version to 0.0.0.9097 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 26d86e31c..cbbfe96c7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiltIndicator Title: Indicators for the 'TILT' Project -Version: 0.0.0.9096 +Version: 0.0.0.9097 Authors@R: c( person("Mauro", "Lepore", , "maurolepore@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-1986-7988")), diff --git a/NEWS.md b/NEWS.md index 14845d9c9..5fe2419ca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ <!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit --> +# tiltIndicator 0.0.0.9097 + +* `emissions_profile*()` uses `co2$values_to_categorize` if present (#605). + # tiltIndicator 0.0.0.9096 * New pre-processing helper `emissions_profile_any_add_values_to_categorize()`