Skip to content

Commit b47a5fb

Browse files
committed
chore(main): release 2.6.2
1 parent a09a027 commit b47a5fb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.6.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.6.1...v2.6.2) (2026-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* pipeline hangs when submitting from compute nodes ([#450](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/450)) ([a09a027](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/a09a027ff39ff11a37978c77021d61d5d3590104))
9+
310
## [2.6.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.6.0...v2.6.1) (2026-04-16)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "2.6.1"
3+
version = "2.6.2"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <meesters@uni-mainz.de>",

0 commit comments

Comments
 (0)