Skip to content

Commit 27200bf

Browse files
authored
Merge pull request #1502 from cmu-delphi/release/indicators_v0.2.25_utils_v0.2.11
Release covidcast-indicators 0.2.25
2 parents 6ebc42e + 0236e42 commit 27200bf

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-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 = 0.2.24
2+
current_version = 0.2.25
33
commit = True
44
message = chore: bump covidcast-indicators to {new_version}
55
tag = False

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@
1818
},
1919
"google-symptoms": {
2020
"max_age": 6,
21-
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
21+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
22+
"retired-signals": [
23+
"ageusia_raw_search",
24+
"ageusia_smoothed_search",
25+
"anosmia_raw_search",
26+
"anosmia_smoothed_search",
27+
"sum_anosmia_ageusia_raw_search",
28+
"sum_anosmia_ageusia_smoothed_search"
29+
]
2230
},
2331
"usa-facts": {
2432
"max_age": 5,

sir_complainsalot/params.json.template

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@
1818
},
1919
"google-symptoms": {
2020
"max_age": 6,
21-
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
21+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
22+
"retired-signals": [
23+
"ageusia_raw_search",
24+
"ageusia_smoothed_search",
25+
"anosmia_raw_search",
26+
"anosmia_smoothed_search",
27+
"sum_anosmia_ageusia_raw_search",
28+
"sum_anosmia_ageusia_smoothed_search"
29+
]
2230
},
2331
"usa-facts": {
2432
"max_age": 5,

0 commit comments

Comments
 (0)