Skip to content

Commit

Permalink
0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Feb 22, 2024
1 parent 6646a72 commit 43362ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()`
Expand Down
2 changes: 1 addition & 1 deletion pipen/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Provide version of pipen"""

__version__ = "0.14.2"
__version__ = "0.14.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
license = "MIT"
Expand Down

0 comments on commit 43362ae

Please sign in to comment.