diff --git a/DESCRIPTION b/DESCRIPTION index 60374e9f..0eb59fe6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: clock Title: Date-Time Types and Tools -Version: 0.4.0.9000 +Version: 0.4.1 Authors@R: c(person(given = "Davis", family = "Vaughan", diff --git a/NEWS.md b/NEWS.md index dd9f78d5..677b5602 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# clock (development version) +# clock 0.4.1 * Updated a test related to upcoming changes in testthat. diff --git a/cran-comments.md b/cran-comments.md index 58cde4d3..ac7837df 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,6 +9,10 @@ We checked 2 reverse dependencies, comparing R CMD check results across CRAN and * We saw 0 new problems * We failed to check 0 packages +## 0.4.1 Submission + +This is a patch release to support upcoming changes in testthat. + ## 0.4.0 Submission This is a minor release containing a few new functions: `date_start()`, `date_end()`, and `invalid_remove()`. It also requires tzdb 0.1.2 to hopefully fix a compilation issue on RHEL7/Centos machines.