Skip to content

Commit 09bdbc0

Browse files
authored
Merge pull request #1510 from cmu-delphi/release/indicators_v0.3.1_utils_v0.3.0
Release covidcast-indicators 0.3.1
2 parents f8b2b25 + 010430c commit 09bdbc0

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"common": {
1313
"data_source": "dsew-cpr",
1414
"span_length": 14,
15-
"min_expected_lag": {"all": "5"},
15+
"min_expected_lag": {"all": "3"},
1616
"max_expected_lag": {"all": "9"},
1717
"dry_run": true,
1818
"suppressed_errors": []

dsew_community_profile/params.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"common": {
1919
"data_source": "dsew_cpr",
2020
"span_length": 14,
21-
"min_expected_lag": {"all": "5"},
21+
"min_expected_lag": {"all": "3"},
2222
"max_expected_lag": {"all": "9"},
2323
"dry_run": true,
2424
"suppressed_errors": []

0 commit comments

Comments
 (0)