Skip to content

Commit

Permalink
Merge branch 'version-bump' into 'dev'
Browse files Browse the repository at this point in the history
version bump

See merge request epi2melabs/workflows/wf-alignment!131
  • Loading branch information
julibeg committed Mar 11, 2024
2 parents 6c216e8 + 36dd2bd commit e1fd7a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e1fd7a5

Please sign in to comment.