Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guludo committed Mar 2, 2023
1 parent deb1761 commit 468834d
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 yet.


## 0.3.0 - 2023-03-02
### Added
- Added support for type hints.
- `Node` can now be used for generic type hint. Example: `Node[str]`
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.2.1',
version='0.3.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 468834d

Please sign in to comment.