Skip to content

Commit

Permalink
Merge branch 'main' into ndefries/deprecate-dsew-cpr-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Jul 24, 2023
2 parents d035d81 + 4122572 commit 91508b6
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.42
current_version = 0.3.43
commit = True
message = chore: bump covidcast-indicators to {new_version}
tag = False
2 changes: 1 addition & 1 deletion _delphi_utils_python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.17
current_version = 0.3.18
commit = True
message = chore: bump delphi_utils to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion _delphi_utils_python/delphi_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .nancodes import Nans
from .weekday import Weekday

__version__ = "0.3.17"
__version__ = "0.3.18"
2 changes: 1 addition & 1 deletion _delphi_utils_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="delphi_utils",
version="0.3.17",
version="0.3.18",
description="Shared Utility Functions for Indicators",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions ansible/templates/hhs_hosp-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"data_source": "hhs",
"api_credentials": "{{ validation_api_key }}",
"span_length": 14,
"min_expected_lag": {"all": "1"},
"max_expected_lag": {"all": "7"},
"min_expected_lag": {"all": "8"},
"max_expected_lag": {"all": "14"},
"dry_run": true,
"suppressed_errors": []
},
Expand Down
2 changes: 1 addition & 1 deletion ansible/templates/sir_complainsalot-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"maintainers": []
},
"hhs": {
"max_age":8,
"max_age":15,
"maintainers": []
}
}
Expand Down
2 changes: 1 addition & 1 deletion changehc/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
2 changes: 1 addition & 1 deletion claims_hosp/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
2 changes: 1 addition & 1 deletion doctor_visits/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
2 changes: 1 addition & 1 deletion google_symptoms/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
4 changes: 2 additions & 2 deletions hhs_hosp/params.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"common": {
"data_source": "hhs",
"span_length": 14,
"min_expected_lag": {"all": "1"},
"max_expected_lag": {"all": "7"},
"min_expected_lag": {"all": "8"},
"max_expected_lag": {"all": "14"},
"dry_run": true,
"suppressed_errors": []
},
Expand Down
2 changes: 1 addition & 1 deletion hhs_hosp/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
2 changes: 1 addition & 1 deletion nchs_mortality/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
2 changes: 1 addition & 1 deletion nowcast/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
2 changes: 1 addition & 1 deletion quidel_covidtest/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43
2 changes: 1 addition & 1 deletion sir_complainsalot/params.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"maintainers": []
},
"hhs": {
"max_age":8,
"max_age":15,
"maintainers": []
}
}
Expand Down
2 changes: 1 addition & 1 deletion sir_complainsalot/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.42
current_version = 0.3.43

0 comments on commit 91508b6

Please sign in to comment.