Skip to content

Commit 882f63f

Browse files
authored
chore: release 7.3.0
1 parent b540022 commit 882f63f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.2.0
2+
current_version = 7.3.0
33
commit = False
44
tag = False
55

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: forecasteval
22
Title: Forecast Evaluation Dashboard
3-
Version: 7.2.0
3+
Version: 7.3.0
44
Authors@R: c(person("Kate", "Harwood", role = "aut"),
55
person("Chris", "Scott", role = "ctb"),
66
person("Jed", "Grabman", role = "ctb"),

app/global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ library(tsibble)
1010
library(covidcast)
1111
library(data.table)
1212

13-
appVersion <- "7.2.0"
13+
appVersion <- "7.3.0"
1414

1515
COVERAGE_INTERVALS <- c("10", "20", "30", "40", "50", "60", "70", "80", "90", "95", "98")
1616
CASES_DEATHS_TARGET_DAY <- "Saturday"

0 commit comments

Comments
 (0)