Skip to content

Commit 692654b

Browse files
authored
Merge pull request #2168 from cmu-delphi/release/indicators_v0.3.68_utils_v0.3.27
Release covidcast-indicators 0.3.68
2 parents 8015506 + 2db2925 commit 692654b

File tree

11 files changed

+11
-10
lines changed

11 files changed

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

changehc/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

claims_hosp/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

doctor_visits/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

google_symptoms/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

hhs_hosp/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

nchs_mortality/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

nssp/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

quidel_covidtest/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.67
1+
current_version = 0.3.68

sir_complainsalot/delphi_sir_complainsalot/check_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import pandas as pd
99

1010
covidcast.covidcast._ASYNC_CALL = True # pylint: disable=protected-access
11+
covidcast.covidcast.VALID_GEO_TYPES.add("hsa_nci") # workaround to use new geo_type w/ legacy client
1112

1213
@dataclass
1314
class Complaint:

0 commit comments

Comments
 (0)