From 6b3feb5cbe0ac877c1e46f243e1a0dbbee8aa424 Mon Sep 17 00:00:00 2001 From: pwwang Date: Fri, 24 Jan 2025 20:22:58 -0700 Subject: [PATCH] 0.15.8 --- docs/CHANGELOG.md | 6 ++++++ pipen/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1faa7cca..6a48b26c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.15.8 + +- chore(deps): update package versions for executing, and xqute +- fix: change the input/output path from resolved to absolute for symlinks +- style(tests): update imports and add noqa comment for unused variable + ## 0.15.7 - chore(deps): update xqute to version 0.5.5 diff --git a/pipen/version.py b/pipen/version.py index 33615b9f..b22555bb 100644 --- a/pipen/version.py +++ b/pipen/version.py @@ -1,3 +1,3 @@ """Provide version of pipen""" -__version__ = "0.15.7" +__version__ = "0.15.8" diff --git a/pyproject.toml b/pyproject.toml index 721fa030..56812b8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "pipen" -version = "0.15.7" +version = "0.15.8" description = "A pipeline framework for python" authors = [ "pwwang ",] license = "MIT"