File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.15.2
4
+
5
+ - deps: update xqute dependency to version 0.5.1
6
+ - chore: update pytest options in pyproject.toml to ignore deadlock warnings
7
+ - feat: expose on_jobcmd_ * hooks for plugins to modify the job wrapper script
8
+
3
9
## 0.15.1
4
10
5
11
- deps: bump xqute to 0.5.0
Original file line number Diff line number Diff line change 1
1
"""Provide version of pipen"""
2
2
3
- __version__ = "0.15.1 "
3
+ __version__ = "0.15.2 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pipen"
7
- version = " 0.15.1 "
7
+ version = " 0.15.2 "
8
8
description = " A pipeline framework for python"
9
9
authors = [ " pwwang <pwwang@pwwang.com>" ,]
10
10
license = " MIT"
You can’t perform that action at this time.
0 commit comments