diff --git a/apis/r/DESCRIPTION b/apis/r/DESCRIPTION index 475bafa2f8..aa7aea0348 100644 --- a/apis/r/DESCRIPTION +++ b/apis/r/DESCRIPTION @@ -6,7 +6,7 @@ Description: Interface for working with 'TileDB'-based Stack of Matrices, like those commonly used for single cell data analysis. It is documented at ; a formal specification available is at . -Version: 1.14.4 +Version: 1.14.5 Authors@R: c( person(given = "Aaron", family = "Wolen", role = c("cre", "aut"), email = "aaron@tiledb.com", diff --git a/apis/r/NEWS.md b/apis/r/NEWS.md index 0ee3c04019..f5dd70fca8 100644 --- a/apis/r/NEWS.md +++ b/apis/r/NEWS.md @@ -1,3 +1,9 @@ +# tiledbsoma 1.14.5 + +## Changes + +* Fixes a Python-only bug [#3225](https://github.com/single-cell-data/TileDB-SOMA/pull/3225) + # tiledbsoma 1.14.4 ## Changes