From 2bc24d5c605910932b030f9b2341f6a814b2606e Mon Sep 17 00:00:00 2001 From: austin-hall-skylight Date: Tue, 3 Dec 2024 15:15:07 -0500 Subject: [PATCH] [RELEASE]-1.7.4 (#2980) --- 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 bf25d81318..69a8b0dc03 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.3", + version="1.7.4", 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 bf25d81318..69a8b0dc03 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.3", + version="1.7.4", 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 bf25d81318..69a8b0dc03 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.3", + version="1.7.4", 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 bf25d81318..69a8b0dc03 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.3", + version="1.7.4", 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 bf25d81318..69a8b0dc03 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.3", + version="1.7.4", 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 bf25d81318..69a8b0dc03 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.3", + version="1.7.4", 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 bf25d81318..69a8b0dc03 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.3", + version="1.7.4", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/phdi/__init__.py b/phdi/__init__.py index 008aaa974a..acbbc1cea6 100644 --- a/phdi/__init__.py +++ b/phdi/__init__.py @@ -1 +1 @@ -__version__ = "1.7.3" +__version__ = "1.7.4" diff --git a/phdi/containers/base_service.py b/phdi/containers/base_service.py index aabd6e1ccd..b77a1272ef 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.3", + version="1.7.4", contact=DIBBS_CONTACT, license_info=LICENSES[license_info], description=description, diff --git a/pyproject.toml b/pyproject.toml index 584fd66701..d0bbb0f2c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phdi" -version = "v1.7.3" +version = "v1.7.4" description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data" authors = [ "Kenneth Chow ",