diff --git a/DESCRIPTION b/DESCRIPTION index 04023ec..9e5e3c3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: glue Title: Interpreted String Literals -Version: 1.4.0.9000 +Version: 1.4.1 Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre")) Description: An implementation of interpreted string literals, inspired by Python's Literal String Interpolation and Docstrings diff --git a/NEWS.md b/NEWS.md index d3e8003..8258302 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# glue (development version) +# glue 1.4.1 * Internal changes for compatibility with vctrs 0.3.0 (#187). * `glue_sql()` now replaces missing values correctly when collapsing values (#185).