From 0b2b3d41ccc8e68f7ee4bb116688cd9179748679 Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Thu, 6 Jan 2022 20:20:21 +0000 Subject: [PATCH 1/2] chore: bump delphi_utils to 0.2.8 --- _delphi_utils_python/.bumpversion.cfg | 2 +- _delphi_utils_python/delphi_utils/__init__.py | 2 +- _delphi_utils_python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_delphi_utils_python/.bumpversion.cfg b/_delphi_utils_python/.bumpversion.cfg index d4ff51710..222ae37ed 100644 --- a/_delphi_utils_python/.bumpversion.cfg +++ b/_delphi_utils_python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.7 +current_version = 0.2.8 commit = True message = chore: bump delphi_utils to {new_version} tag = False diff --git a/_delphi_utils_python/delphi_utils/__init__.py b/_delphi_utils_python/delphi_utils/__init__.py index 67331c00d..df6bb0402 100644 --- a/_delphi_utils_python/delphi_utils/__init__.py +++ b/_delphi_utils_python/delphi_utils/__init__.py @@ -15,4 +15,4 @@ from .nancodes import Nans from .weekday import Weekday -__version__ = "0.2.7" +__version__ = "0.2.8" diff --git a/_delphi_utils_python/setup.py b/_delphi_utils_python/setup.py index a463140fa..53c9a4b1c 100644 --- a/_delphi_utils_python/setup.py +++ b/_delphi_utils_python/setup.py @@ -26,7 +26,7 @@ setup( name="delphi_utils", - version="0.2.7", + version="0.2.8", description="Shared Utility Functions for Indicators", long_description=long_description, long_description_content_type="text/markdown", From c219d892866a9c2b66098483595325a55618370a Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Thu, 6 Jan 2022 20:20:21 +0000 Subject: [PATCH 2/2] chore: bump covidcast-indicators to 0.2.19 --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aa0ea322f..224acb5f4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.18 +current_version = 0.2.19 commit = True message = chore: bump covidcast-indicators to {new_version} tag = False