diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 85b0d1bb..4c874a0c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.12.5 + +- deps: bump xqute to 0.2.5 +- chore: make utils._excepthook only handle KeyboardInterrupt +- chore: update examples + ## 0.12.4 - Modify sys.argv before the module is loaded in `utils.load_pipeline()` diff --git a/pipen/version.py b/pipen/version.py index aab091bc..86c09fbb 100644 --- a/pipen/version.py +++ b/pipen/version.py @@ -1,3 +1,3 @@ """Provide version of pipen""" -__version__ = "0.12.4" +__version__ = "0.12.5" diff --git a/pyproject.toml b/pyproject.toml index 826cb654..335cf809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "pipen" -version = "0.12.4" +version = "0.12.5" description = "A pipeline framework for python" authors = [ "pwwang ",] license = "MIT"