Skip to content

Commit

Permalink
0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jan 21, 2025
1 parent 4bc963e commit 1621ed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.15.7

- chore(deps): update xqute to version 0.5.5
- chore(deps): update pytest-asyncio to version 0.25.2
- chore: add logging for plugin initialization

## 0.15.6

- chore(deps): bump python-varname to 0.14
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.15.6"
__version__ = "0.15.7"
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.15.6"
version = "0.15.7"
description = "A pipeline framework for python"
authors = [ "pwwang <[email protected]>",]
license = "MIT"
Expand Down

0 comments on commit 1621ed4

Please sign in to comment.