Skip to content

Commit 3b6a359

Browse files
chore(main): release 0.4.1 (#45)
🤖 I have created a release *beep* *boop* --- ## [0.4.1](v0.4.0...v0.4.1) (2024-02-29) ### Bug Fixes * fixes issue [#40](#40) - ntasks set explicitly ([#44](#44)) ([f5c2c2c](f5c2c2c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5c2c2c commit 3b6a359

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.4.0...v0.4.1) (2024-02-29)
4+
5+
6+
### Bug Fixes
7+
8+
* fixes issue [#40](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/40) - ntasks set explicitly ([#44](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/44)) ([f5c2c2c](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/f5c2c2c83b17442ab261619eadd9e6f71e39b772))
9+
310
## [0.4.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.3.2...v0.4.0) (2024-02-29)
411

512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "0.4.0"
3+
version = "0.4.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)