From 36dd2bd8bcdbb8467a6e4d216c8b8cb2a49c15ed Mon Sep 17 00:00:00 2001 From: Julian Libiseller-Egger Date: Mon, 11 Mar 2024 11:14:12 +0000 Subject: [PATCH] version bump --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 2 +- nextflow.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f0bb9f..2ca2e89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: always_run: true pass_filenames: false additional_dependencies: - - epi2melabs>=0.0.52 + - epi2melabs>=0.0.51 - id: build_models name: build_models entry: datamodel-codegen --strict-nullable --base-class workflow_glue.results_schema_helpers.BaseModel --use-schema-description --disable-timestamp --input results_schema.yml --input-file-type openapi --output bin/workflow_glue/results_schema.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 659b74d..d1dcd24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v1.1.2] ### Changed - The Summary section of the report now only lists the first 7 sample names and reference files, instead of listing them all. diff --git a/nextflow.config b/nextflow.config index a36cdbb..294b6f6 100644 --- a/nextflow.config +++ b/nextflow.config @@ -52,7 +52,7 @@ manifest { description = 'Align Nanopore reads and visualize mapping statistics.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v1.1.1' + version = 'v1.1.2' } epi2melabs {