We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6646a72 commit 43362aeCopy full SHA for 43362ae
docs/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.14.3
4
+
5
+- choir: rename argument `args` to `argv` for `utils.is_loading_pipeline()`
6
7
## 0.14.2
8
9
- feat: allow passing arguments to `utils.is_loading_pipeline()`
pipen/version.py
@@ -1,3 +1,3 @@
"""Provide version of pipen"""
-__version__ = "0.14.2"
+__version__ = "0.14.3"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "pipen"
-version = "0.14.2"
+version = "0.14.3"
description = "A pipeline framework for python"
authors = [ "pwwang <pwwang@pwwang.com>",]
10
license = "MIT"
0 commit comments