From 1899c909185db2674a3e92ce1a9c8f2fbaa8d4d4 Mon Sep 17 00:00:00 2001 From: Arpi Beshlikyan Date: Wed, 3 Aug 2022 17:27:57 -0700 Subject: [PATCH] Prepare for release v3.0.0 --- CHANGELOG.md | 5 +++++ metadata.yaml | 2 +- validate/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6617182..a532f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] ### Updated + +--- + +## [3.0.0] - 2022-08-03 +### Updated - Updated bl-base to 1.1.0 - Installed tools using `mamba` diff --git a/metadata.yaml b/metadata.yaml index 2bb24c0..45a0186 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -4,6 +4,6 @@ Description: 'PipeVal' Maintainers: ['abeshlikyan@mednet.ucla.edu'] Contributors: ['Arpi Beshlikyan'] Languages: ['python', 'Dockerfile'] -Version: ['2.1.6'] +Version: ['3.0.0'] Purpose of tool: 'Validates different parameters in NF scripts/pipelines' References: 'https://github.com/uclahs-cds/public-tool-PipeVal/' diff --git a/validate/__init__.py b/validate/__init__.py index b6bb57c..14b60b1 100644 --- a/validate/__init__.py +++ b/validate/__init__.py @@ -1,3 +1,3 @@ '''Inits validate module''' -__version__ = '2.1.6' +__version__ = '3.0.0'