Skip to content

Commit 13abcfb

Browse files
authored
Merge branch 'main' into feat/full_release_notes
2 parents 4f21408 + c42c88d commit 13abcfb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.3.3](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.2...v1.3.3) (2025-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* full release notes ([#304](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/304)) ([0465f85](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/0465f85c5d0fd34fce6ef650220890533059a2dd))
9+
10+
## [1.3.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.1...v1.3.2) (2025-05-17)
11+
12+
13+
### Bug Fixes
14+
15+
* full release notes ([#302](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/302)) ([7fd32f0](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7fd32f0f4a22b5f54fedaab0282242244fb35d9a))
16+
17+
## [1.3.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.0...v1.3.1) (2025-05-17)
18+
19+
20+
### Bug Fixes
21+
22+
* full release notes ([#300](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/300)) ([4faed8d](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/4faed8d3729934174281bc08baa33bd0c0b4537f))
23+
324
## [1.3.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.17...v1.3.0) (2025-05-17)
425

526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "1.3.0"
3+
version = "1.3.3"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <meesters@uni-mainz.de>",

0 commit comments

Comments
 (0)