Skip to content

Commit 26bfdfd

Browse files
Increment version number to 0.6.1
1 parent 1b5ade0 commit 26bfdfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fabletools
22
Title: Core Tools for Packages in the 'fable' Framework
3-
Version: 0.6.0.9000
3+
Version: 0.6.1
44
Authors@R:
55
c(person(given = "Mitchell",
66
family = "O'Hara-Wild",

NEWS.md

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

33
Small patch to progress deprecation of graphics functionality that required updating reverse dependencies to require fabletools >=0.6.0.
44

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.onAttach <- function(...) {
26-
# fabletools -> ggtime method migration
26+
# fabletools -> ggtime method migration
2727
ggtime_version <- as.character(suppressWarnings(
2828
utils::packageDescription("ggtime", fields = "Version")
2929
))

0 commit comments

Comments
 (0)