diff --git a/DESCRIPTION b/DESCRIPTION index c66fb929..4955ce70 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: clock Title: Date-Time Types and Tools -Version: 0.7.2.9000 +Version: 0.7.3 Authors@R: c( person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) diff --git a/NEWS.md b/NEWS.md index 5bc52782..50c46b00 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# clock (development version) +# clock 0.7.3 * `%Y`, `%F`, `%G`, and `%c` now parse up to 4 _characters_ by default, rather than 4 _digits_. This is more in line with the C++20 specification and was a