Skip to content

Commit

Permalink
0.3.7 (#135)
Browse files Browse the repository at this point in the history
* ⬆️ Pump varname to 0.10

* 🔖 0.3.7
  • Loading branch information
pwwang authored Sep 29, 2022
1 parent eb8d262 commit 41d6303
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Change Log

## 0.3.7

- ⬆️ Upgrade varname to 0.10

## 0.3.6

- ⬆️ Upgrade pipda to 0.7.2, varname to 0.9.1, datar to 0.9
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.3.6"
__version__ = "0.3.7"
25 changes: 14 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.3.6"
version = "0.3.7"
description = "A pipeline framework for python"
authors = [ "pwwang <[email protected]>",]
license = "MIT"
Expand All @@ -29,7 +29,7 @@ xqute = "^0.1"
## including rtoml
python-simpleconf = {version = "^0.5", extras = ["toml"]}
pipda = "^0.7.2"
varname = "^0.9.1"
varname = "^0.10"

[tool.poetry.dev-dependencies]
openpyxl = "^3"
Expand Down

0 comments on commit 41d6303

Please sign in to comment.