Skip to content

Commit bb22a21

Browse files
chore(main): release 9.3.3 (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 404cd30 commit bb22a21

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [9.3.3](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.2...v9.3.3) (2024-12-21)
4+
5+
6+
### Bug Fixes
7+
8+
* problem with spaces in path (by quoting CLI args) ([#79](https://github.com/snakemake/snakemake-interface-executor-plugins/issues/79)) ([404cd30](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/404cd302c3427f0c92b252f9e5800160051731b4))
9+
310
## [9.3.2](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.3.1...v9.3.2) (2024-10-06)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "snakemake-interface-executor-plugins"
66
packages = [{include = "snakemake_interface_executor_plugins"}]
77
readme = "README.md"
8-
version = "9.3.2"
8+
version = "9.3.3"
99

1010
[tool.poetry.dependencies]
1111
argparse-dataclass = "^2.0.0"

0 commit comments

Comments
 (0)