From c5f04efdf4107530c9acbc6a88ccc7acf843059d Mon Sep 17 00:00:00 2001 From: Boban Date: Wed, 13 Nov 2024 14:13:33 -0500 Subject: [PATCH] [RELEASE]-1.7.2 (#2896) --- containers/ingestion/app/base_service.py | 2 +- containers/message-parser/app/base_service.py | 2 +- containers/message-refiner/app/base_service.py | 2 +- containers/orchestration/app/base_service.py | 2 +- containers/record-linkage/app/base_service.py | 2 +- containers/trigger-code-reference/app/base_service.py | 2 +- containers/validation/app/base_service.py | 2 +- phdi/__init__.py | 2 +- phdi/containers/base_service.py | 2 +- pyproject.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/containers/ingestion/app/base_service.py b/containers/ingestion/app/base_service.py index a30ddd4754..260b809138 100644 --- a/containers/ingestion/app/base_service.py +++ b/containers/ingestion/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/message-parser/app/base_service.py b/containers/message-parser/app/base_service.py index a30ddd4754..260b809138 100644 --- a/containers/message-parser/app/base_service.py +++ b/containers/message-parser/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/message-refiner/app/base_service.py b/containers/message-refiner/app/base_service.py index a30ddd4754..260b809138 100644 --- a/containers/message-refiner/app/base_service.py +++ b/containers/message-refiner/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/orchestration/app/base_service.py b/containers/orchestration/app/base_service.py index a30ddd4754..260b809138 100644 --- a/containers/orchestration/app/base_service.py +++ b/containers/orchestration/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/record-linkage/app/base_service.py b/containers/record-linkage/app/base_service.py index a30ddd4754..260b809138 100644 --- a/containers/record-linkage/app/base_service.py +++ b/containers/record-linkage/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/trigger-code-reference/app/base_service.py b/containers/trigger-code-reference/app/base_service.py index a30ddd4754..260b809138 100644 --- a/containers/trigger-code-reference/app/base_service.py +++ b/containers/trigger-code-reference/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/containers/validation/app/base_service.py b/containers/validation/app/base_service.py index a30ddd4754..260b809138 100644 --- a/containers/validation/app/base_service.py +++ b/containers/validation/app/base_service.py @@ -68,7 +68,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/phdi/__init__.py b/phdi/__init__.py index 3c1e9cbd30..1db13ec2a4 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.7.1" +__version__ = "1.7.2" diff --git a/phdi/containers/base_service.py b/phdi/containers/base_service.py index 630bcdcdfb..14760e9a67 100644 --- a/phdi/containers/base_service.py +++ b/phdi/containers/base_service.py @@ -59,7 +59,7 @@ def __init__( self.include_health_check_endpoint = include_health_check_endpoint self.app = FastAPI( title=service_name, - version="1.7.1", + version="1.7.2", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/pyproject.toml b/pyproject.toml index c629f82a9a..0fbc0fc845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.7.1" +version = "v1.7.2" description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" authors = [ "Kenneth Chow ",