From ac084da0d4975e0d297b7fe1c28e04343d977121 Mon Sep 17 00:00:00 2001 From: crouchcd Date: Wed, 16 Aug 2023 12:46:56 -0500 Subject: [PATCH] Revert "Merge pull request #815 from CIMAC-CIDC/add-rna-enrichment-method" This reverts commit d4e4234697e6ffbbd2764b9d55bf35cffa17e9c2, reversing changes made to 92854d6779462cfc8e7af0ffc6d2a5c3ddbfb994. --- CHANGELOG.md | 4 ---- cidc_api/__init__.py | 2 +- requirements.modules.txt | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80509aa4..8c0c7176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,6 @@ 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 19f7af87..a6d098bc 100644 --- a/cidc_api/__init__.py +++ b/cidc_api/__init__.py @@ -1 +1 @@ -__version__ = "0.27.46" +__version__ = "0.27.45" diff --git a/requirements.modules.txt b/requirements.modules.txt index b34eac43..603f8cf5 100644 --- a/requirements.modules.txt +++ b/requirements.modules.txt @@ -15,4 +15,4 @@ requests==2.22.0 # pin jinja version to resolve cidc-schemas dependency issue jinja2~=3.0.3 -cidc-schemas~=0.26.23 +cidc-schemas~=0.26.22