Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guludo committed Dec 2, 2021
1 parent 5f856ef commit e09088b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- Nothing new yet


## 0.2.0 - 2021-12-02
### Added
- Parent directories for pathouts are created if necessary.
- It is possible to create nodes that run commands with `yape.cmd()` now.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='yape',
version='0.1.0',
version='0.2.0',
url='https://github.com/guludo/yape',
description='Yape - Yet another pipeline executor',
long_description=(pathlib.Path(__file__).parent / 'README.rst').read_text(),
Expand Down

0 comments on commit e09088b

Please sign in to comment.