Skip to content

Commit 9834a1c

Browse files
chore(main): release 1.2.7 (#273)
🤖 I have created a release *beep* *boop* --- ## [1.2.7](v1.2.6...v1.2.7) (2025-05-13) ### Bug Fixes * using, hopefully fixed, action script ([#272](#272)) ([81bcf0e](81bcf0e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the changelog with a new release entry for version 1.2.7, including a bug fix reference. - Bumped the package version to 1.2.7. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 81bcf0e commit 9834a1c

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+
## [1.2.7](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.6...v1.2.7) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* using, hopefully fixed, action script ([#272](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/272)) ([81bcf0e](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/81bcf0ec57e00285b8514c634ea1994deea650b5))
9+
310
## [1.2.6](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.5...v1.2.6) (2025-05-13)
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 = "1.2.6"
3+
version = "1.2.7"
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)