Skip to content

Commit 468834d

Browse files
committedMar 2, 2023
Release v0.3.0
1 parent deb1761 commit 468834d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
- Nothing yet.
10+
11+
12+
## 0.3.0 - 2023-03-02
913
### Added
1014
- Added support for type hints.
1115
- `Node` can now be used for generic type hint. Example: `Node[str]`

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name='yape',
7-
version='0.2.1',
7+
version='0.3.0',
88
url='https://github.com/guludo/yape',
99
description='Yape - Yet another pipeline executor',
1010
long_description=(pathlib.Path(__file__).parent / 'README.rst').read_text(),

0 commit comments

Comments
 (0)