From 12f11e6fc6fecdcaa7a12a5055a45cc8f368625e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:43:06 +0100 Subject: [PATCH] chore(main): release 0.1.7 (#8) :robot: I have created a release *beep* *boop* --- ## [0.1.7](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/compare/v0.1.6...v0.1.7) (2023-12-06) ### Documentation * update author encoding ([bafb5f1](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/commit/bafb5f1153ab66c35261572d17217803207c28f4)) --- 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> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf86456..da063b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/compare/v0.1.6...v0.1.7) (2023-12-06) + + +### Documentation + +* update author encoding ([bafb5f1](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/commit/bafb5f1153ab66c35261572d17217803207c28f4)) + ## [0.1.6](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/compare/v0.1.5...v0.1.6) (2023-11-20) diff --git a/pyproject.toml b/pyproject.toml index 676a947..a9a479e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm-jobstep" -version = "0.1.6" +version = "0.1.7" description = "A Snakemake executor plugin for running srun jobs inside of SLURM jobs (meant for internal use by snakemake-executor-plugin-slurm)" authors = [ "Christian Meesters ",