Skip to content

Commit

Permalink
[RELEASE]-1.7.2 (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL authored Nov 13, 2024
1 parent e122080 commit c5f04ef
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion containers/ingestion/app/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion containers/message-parser/app/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion containers/message-refiner/app/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion containers/orchestration/app/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion containers/record-linkage/app/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion containers/trigger-code-reference/app/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion containers/validation/app/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion phdi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.1"
__version__ = "1.7.2"
2 changes: 1 addition & 1 deletion phdi/containers/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit c5f04ef

Please sign in to comment.