Skip to content

Commit 43362ae

Browse files
committed
0.14.3
1 parent 6646a72 commit 43362ae

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/CHANGELOG.md

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

3+
## 0.14.3
4+
5+
- choir: rename argument `args` to `argv` for `utils.is_loading_pipeline()`
6+
37
## 0.14.2
48

59
- feat: allow passing arguments to `utils.is_loading_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.14.2"
3+
__version__ = "0.14.3"

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.14.2"
7+
version = "0.14.3"
88
description = "A pipeline framework for python"
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"

0 commit comments

Comments
 (0)