Skip to content

Commit

Permalink
Merge branch 'main' of github.com:snakemake/snakemake-interface-execu…
Browse files Browse the repository at this point in the history
…tor-plugins
  • Loading branch information
johanneskoester committed Sep 21, 2023
2 parents 71c976e + 2441fc3 commit 53caba5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.1](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v4.0.0...v4.0.1) (2023-09-20)


### Bug Fixes

* return correct value for next_seconds_between_status_checks ([0606922](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/06069228debfc55629f2eb6f2e88ac1b81ad90c8))

## [4.0.0](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v3.0.2...v4.0.0) (2023-09-19)


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ license = "MIT"
name = "snakemake-interface-executor-plugins"
packages = [{include = "snakemake_interface_executor_plugins"}]
readme = "README.md"
version = "4.0.0"
version = "4.0.1"

[tool.poetry.dependencies]
argparse-dataclass = "^2.0.0"
python = "^3.9"
throttler = "^1.2.2"
snakemake-interface-common = "^1.4.1"
snakemake-interface-common = "^1.4.2"

[tool.poetry.dev-dependencies]
black = "^22.1.0"
Expand Down

0 comments on commit 53caba5

Please sign in to comment.