Skip to content

Commit bbb4d7b

Browse files
authored
Merge pull request #299 from r-lib/rc/0.6.1
RC 0.6.1
2 parents 43db3e2 + b026617 commit bbb4d7b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^cran-comments\.md$
1313
^CRAN-RELEASE$
1414
^revdep$
15+
^CRAN-SUBMISSION$

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.6.0.9000
3+
Version: 0.6.1
44
Authors@R:
55
c(person(given = "Davis",
66
family = "Vaughan",

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.6.1
22

33
* `date_seq()` and the `seq()` methods for the calendar, time point, and
44
duration types now allow `from > to` when `by > 0`. This now results in a

0 commit comments

Comments
 (0)