diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b9be5ec7..b456d8ab 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.14.3 + +- choir: rename argument `args` to `argv` for `utils.is_loading_pipeline()` + ## 0.14.2 - feat: allow passing arguments to `utils.is_loading_pipeline()` diff --git a/pipen/version.py b/pipen/version.py index f8aff339..4f040c65 100644 --- a/pipen/version.py +++ b/pipen/version.py @@ -1,3 +1,3 @@ """Provide version of pipen""" -__version__ = "0.14.2" +__version__ = "0.14.3" diff --git a/pyproject.toml b/pyproject.toml index bcfd90af..e143706e 100644 --- a/pyproject.toml +++ b/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 ",] license = "MIT"