Skip to content

Commit 336e499

Browse files
committed
0.14.6
1 parent b24d0d1 commit 336e499

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.14.6
4+
5+
- fix: fix error handling in ProcPBar class
6+
- deps: bump up dev deps
7+
38
## 0.14.5
49

510
- fix: fix all plugins being disabled by default

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.5"
3+
__version__ = "0.14.6"

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

0 commit comments

Comments
 (0)