Skip to content

Commit b945853

Browse files
authored
Merge pull request #1428 from cmu-delphi/release/indicators_v0.2.16_utils_v0.2.7
Release covidcast-indicators 0.2.16
2 parents b9df5a4 + c068a62 commit b945853

File tree

2 files changed

+3
-2
lines changed

2 files changed

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
"start_date": "2021-08-16",
5656
"static_dir": "./static",
5757
"weights_in_dir": "./fb-incoming",
58-
"weights_out_dir": "./fb-outgoing"
58+
"weights_out_dir": "./fb-outgoing",
59+
"experimental_weights_out_dir": "./exp-fb-outgoing"
5960
}

0 commit comments

Comments
 (0)