Skip to content

Commit 8ba024b

Browse files
chore(main): release 2.6.1 (#452)
🤖 I have created a release *beep* *boop* --- ## [2.6.1](v2.6.0...v2.6.1) (2026-04-16) ### Bug Fixes * code refactoring ([#451](#451)) ([8489b10](8489b10)) * handle integer slurm_account values from YAML parsing ([#448](#448)) ([263f3a8](263f3a8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8489b10 commit 8ba024b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.6.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.6.0...v2.6.1) (2026-04-16)
4+
5+
6+
### Bug Fixes
7+
8+
* code refactoring ([#451](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/451)) ([8489b10](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/8489b10ab34d56f29a095bff69c71717d312dbe1))
9+
* handle integer slurm_account values from YAML parsing ([#448](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/448)) ([263f3a8](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/263f3a8621a603ffd1c96de7bfa1b3f25425e2a9))
10+
311
## [2.6.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.5.4...v2.6.0) (2026-03-26)
412

513

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.0"
3+
version = "2.6.1"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <[email protected]>",

0 commit comments

Comments
 (0)