From 8ee7fa32d78698ae02c10fc739c5f4115776c664 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:01:00 +0000 Subject: [PATCH] chore(main): release 9.3.6 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2cd94..363a4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.6](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.5...v9.3.6) (2025-06-18) + + +### Bug Fixes + +* do not constrain resources in remote jobs ([#87](https://github.com/snakemake/snakemake-interface-executor-plugins/issues/87)) ([fd5edf5](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/fd5edf597a4bdf26df1ac4d89cb5c34d10bf8c13)) + ## [9.3.5](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.4...v9.3.5) (2025-03-27) diff --git a/pyproject.toml b/pyproject.toml index 7875c19..5fcff41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-interface-executor-plugins" -version = "9.3.5" +version = "9.3.6" description = "This package provides a stable interface for interactions between Snakemake and its executor plugins." authors = [{ name = "Johannes Köster", email = "johannes.koester@uni-due.de" }] license = { text = "MIT" }