Skip to content

Commit d4b1c4b

Browse files
authored
RC 0.7.3 (#389)
* Increment version number to 0.7.3 * CRAN-SUBMISSION * Delete CRAN-SUBMISSION
1 parent ae53c4e commit d4b1c4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: clock
22
Title: Date-Time Types and Tools
3-
Version: 0.7.2.9000
3+
Version: 0.7.3
44
Authors@R: c(
55
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
66
person("Posit Software, PBC", role = c("cph", "fnd"))

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clock (development version)
1+
# clock 0.7.3
22

33
* `%Y`, `%F`, `%G`, and `%c` now parse up to 4 _characters_ by default, rather
44
than 4 _digits_. This is more in line with the C++20 specification and was a

0 commit comments

Comments
 (0)