diff --git a/CHANGELOG.md b/CHANGELOG.md index aadecb3..13fc6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ Changelog for ebi_eva_common_pyutils =========================== -0.3.21 (unreleased) +0.3.22 (2022-07-27) +------------------- + +- New option in Nextflow.join_pipeline to keep the two pipeline independent + +0.3.21 (2022-05-27) ------------------- - New function to retrieve contig alias credentials. diff --git a/setup.py b/setup.py index 25f4487..0a396a8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='ebi_eva_common_pyutils', packages=find_packages(), - version='0.3.21', + version='0.3.22', license='Apache', description='EBI EVA - Common Python Utilities', url='https://github.com/EBIVariation/eva-common-pyutils',