We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb8d08 + 251dcf9 commit 5800990Copy full SHA for 5800990
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.1](https://github.com/snakemake/snakemake-executor-plugin-flux/compare/v0.1.0...v0.1.1) (2024-03-12)
4
+
5
6
+### Bug Fixes
7
8
+* update to latest interface ([b8c9c41](https://github.com/snakemake/snakemake-executor-plugin-flux/commit/b8c9c41d7ceadbd850e772ed7a9df2b1b3b92d95))
9
10
## 0.1.0 (2024-01-11)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakemake-executor-plugin-flux"
-version = "0.1.0"
+version = "0.1.1"
description = "A snakemake executor plugin for the Flux scheduler"
authors = ["vsoch <vsoch@users.noreply.github.com>"]
readme = "README.md"
0 commit comments