From 4649cbd7fca54b3f42d2f219c3ca09a19c201e66 Mon Sep 17 00:00:00 2001 From: pwwang Date: Fri, 15 Mar 2024 00:39:42 -0500 Subject: [PATCH] 0.14.5 --- README.md | 2 +- docs/CHANGELOG.md | 4 ++++ pipen/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af2ee1a2..642d61a9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ if __name__ == "__main__": 06-09 23:15:29 I core _ ____/__/ / _ ____/_ /___ _ /| / 06-09 23:15:29 I core /_/ /___/ /_/ /_____/ /_/ |_/ 06-09 23:15:29 I core -06-09 23:15:29 I core version: 0.14.2 +06-09 23:15:29 I core version: 0.14.5 06-09 23:15:29 I core 06-09 23:15:29 I core ╔═══════════════════════════════════════════════════╗ 06-09 23:15:29 I core ║ MYPIPELINE ║ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b513c3a2..dc907436 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.14.5 + +- fix: fix all plugins being disabled by default + ## 0.14.4 - deps: bump xqute to 0.4 (simplug to 0.4.1) diff --git a/pipen/version.py b/pipen/version.py index 31af4c9e..9151ea15 100644 --- a/pipen/version.py +++ b/pipen/version.py @@ -1,3 +1,3 @@ """Provide version of pipen""" -__version__ = "0.14.4" +__version__ = "0.14.5" diff --git a/pyproject.toml b/pyproject.toml index 6e51b4c2..04f61e40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "pipen" -version = "0.14.4" +version = "0.14.5" description = "A pipeline framework for python" authors = [ "pwwang ",] license = "MIT"