From 91cb5bfcae3f7405bc8742a880d90a4ec4a40df8 Mon Sep 17 00:00:00 2001 From: snakemake-bot Date: Tue, 13 May 2025 20:25:45 +0200 Subject: [PATCH] chore(main): release 1.2.7 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ad55d..10474f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.7](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.6...v1.2.7) (2025-05-13) + + +### Bug Fixes + +* 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)) + ## [1.2.6](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.5...v1.2.6) (2025-05-13) diff --git a/pyproject.toml b/pyproject.toml index c3e2151..a31f4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "1.2.6" +version = "1.2.7" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",