diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a3af113e1..3895e6df1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True message = chore: bump covidcast-indicators to {new_version} tag = False diff --git a/ansible/templates/dsew_community_profile-params-prod.json.j2 b/ansible/templates/dsew_community_profile-params-prod.json.j2 index ec3e254c3..8c03db852 100644 --- a/ansible/templates/dsew_community_profile-params-prod.json.j2 +++ b/ansible/templates/dsew_community_profile-params-prod.json.j2 @@ -12,7 +12,7 @@ "common": { "data_source": "dsew-cpr", "span_length": 14, - "min_expected_lag": {"all": "5"}, + "min_expected_lag": {"all": "3"}, "max_expected_lag": {"all": "9"}, "dry_run": true, "suppressed_errors": [] diff --git a/dsew_community_profile/params.json.template b/dsew_community_profile/params.json.template index 42fc7faad..0dab14103 100644 --- a/dsew_community_profile/params.json.template +++ b/dsew_community_profile/params.json.template @@ -18,7 +18,7 @@ "common": { "data_source": "dsew_cpr", "span_length": 14, - "min_expected_lag": {"all": "5"}, + "min_expected_lag": {"all": "3"}, "max_expected_lag": {"all": "9"}, "dry_run": true, "suppressed_errors": []