We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c57b2 commit ff5b51dCopy full SHA for ff5b51d
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [8.1.3](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.1.2...v8.1.3) (2023-12-19)
4
+
5
6
+### Bug Fixes
7
8
+* break circular import ([aed33aa](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/aed33aa2aba20e229398deb5ad486d3b0ec7e213))
9
10
## [8.1.2](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.1.1...v8.1.2) (2023-12-12)
11
12
pyproject.toml
@@ -5,7 +5,7 @@ license = "MIT"
name = "snakemake-interface-executor-plugins"
packages = [{include = "snakemake_interface_executor_plugins"}]
readme = "README.md"
-version = "8.1.2"
+version = "8.1.3"
[tool.poetry.dependencies]
argparse-dataclass = "^2.0.0"
0 commit comments