Skip to content

Commit ff2a4b4

Browse files
committed
0.17.15
- chore(deps): update xqute dependency version to 0.10.6 in pyproject.toml - feat: adopt xqute 0.10.6 - update version to 0.17.15 in version.py and pyproject.toml
1 parent 0f8e55d commit ff2a4b4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.17.15
4+
5+
- chore(deps): update xqute dependency version to 0.10.6 in pyproject.toml
6+
- feat: adopt xqute 0.10.6
7+
38
## 0.17.14
49

510
- fix: fix scheduler_opts of processes not full inheriting from pipeline

pipen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Provide version of pipen"""
22

3-
__version__ = "0.17.14"
3+
__version__ = "0.17.15"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "pipen"
7-
version = "0.17.14"
7+
version = "0.17.15"
88
description = "A pipeline framework for python"
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"

0 commit comments

Comments
 (0)