From 33c75b41b2d4a290f960b24bed12db50daea868c Mon Sep 17 00:00:00 2001 From: crouchcd Date: Fri, 14 Jul 2023 16:05:04 -0500 Subject: [PATCH] schemas bump #581 add "Transcriptome capture v6" to rna enrichment_method --- CHANGELOG.md | 4 ++++ cidc_api/__init__.py | 2 +- requirements.modules.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0c7176..80509aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ This Changelog tracks changes to this project. The notes below include a summary - `fixed` for any bug fixes. - `security` in case of vulnerabilities. +## Version `0.27.46` - 14 July 2023 + +- `added` transcriptome capture v6 to rna enrichment_method (see https://github.com/CIMAC-CIDC/cidc-schemas/pull/581) + ## Version `0.27.45` - 10 July 2023 - `changed` CIDC_MAILING_LIST to Essex-managed group diff --git a/cidc_api/__init__.py b/cidc_api/__init__.py index a6d098bc..19f7af87 100644 --- a/cidc_api/__init__.py +++ b/cidc_api/__init__.py @@ -1 +1 @@ -__version__ = "0.27.45" +__version__ = "0.27.46" diff --git a/requirements.modules.txt b/requirements.modules.txt index 259babc6..7a2dba8a 100644 --- a/requirements.modules.txt +++ b/requirements.modules.txt @@ -14,4 +14,4 @@ requests==2.22.0 # pin jinja version to resolve cidc-schemas dependency issue jinja2~=3.0.3 -cidc-schemas~=0.26.22 +cidc-schemas~=0.26.23