Skip to content

Commit 82fff3d

Browse files
authored
Merge pull request #1336 from cmu-delphi/release/indicators_v0.2.2_utils_v0.2.2
Release covidcast-indicators 0.2.2
2 parents 18586a7 + 4b2faf5 commit 82fff3d

19 files changed

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

_delphi_utils_python/.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.1
2+
current_version = 0.2.2
33
commit = True
44
message = chore: bump delphi_utils to {new_version}
55
tag = False

_delphi_utils_python/data_proc/geomap/geo_data_proc.py

Lines changed: 164 additions & 345 deletions
Large diffs are not rendered by default.

_delphi_utils_python/delphi_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .signal import add_prefix
1515
from .nancodes import Nans
1616

17-
__version__ = "0.2.1"
17+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)