From ad8837dc5034ec3c5b2ff762d47c1081bf04f79c Mon Sep 17 00:00:00 2001 From: Son Chau Date: Fri, 21 Jul 2023 11:05:32 -0700 Subject: [PATCH 1/3] Update utils.py --- chord_metadata_service/mohpackets/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chord_metadata_service/mohpackets/utils.py b/chord_metadata_service/mohpackets/utils.py index fe402627a..b330df3d4 100644 --- a/chord_metadata_service/mohpackets/utils.py +++ b/chord_metadata_service/mohpackets/utils.py @@ -8,7 +8,7 @@ ##################################################### # Format: major.minor.patch.status -VERSION = (2, 1, 0, "dev") +VERSION = (2, 2, 0, "stable") def get_version(): From a375b73a9892fe648ebf65a75dda23247027046d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:07:48 +0000 Subject: [PATCH 2/3] Update schema.yml --- chord_metadata_service/mohpackets/docs/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chord_metadata_service/mohpackets/docs/schema.yml b/chord_metadata_service/mohpackets/docs/schema.yml index 4768a197f..f876ec9b0 100644 --- a/chord_metadata_service/mohpackets/docs/schema.yml +++ b/chord_metadata_service/mohpackets/docs/schema.yml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: MoH Service API version: 1.0.0 - description: This is the RESTful API for the MoH Service. Based on commit "bd238ac1018838a09b0a19a1531b41f0f6c6f30d". + description: This is the RESTful API for the MoH Service. Based on commit "ad8837dc5034ec3c5b2ff762d47c1081bf04f79c". paths: /v2/authorized/biomarkers/: get: From 342f1fc898870f45b2e31d185e831dfa04e3a6a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:07:48 +0000 Subject: [PATCH 3/3] Update openapi.md