File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.1] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v3.0.0...v3.0.1 ) (2023-09-11)
4+
5+
6+ ### Bug Fixes
7+
8+ * avoid dependeing on argparse_dataclass fork ([ 0a1f02d] ( https://github.com/snakemake/snakemake-interface-executor-plugins/commit/0a1f02d5facf81a48ab687d8cb2809aebd6518d8 ) )
9+ * fix NoneType definition ([ 1654a41] ( https://github.com/snakemake/snakemake-interface-executor-plugins/commit/1654a4140b7ee91c5e7f7370795fd67e5e70014b ) )
10+
311## [ 3.0.0] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v2.0.0...v3.0.0 ) (2023-09-11)
412
513
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
55name = " snakemake-interface-executor-plugins"
66packages = [{include = " snakemake_interface_executor_plugins" }]
77readme = " README.md"
8- version = " 3.0.0 "
8+ version = " 3.0.1 "
99
1010[tool .poetry .dependencies ]
1111argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments