Skip to content
Snippets Groups Projects
Commit a70cf895 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

bump version

parent 3cc0e2d5
No related branches found
No related tags found
1 merge request!99bump version
Pipeline #180943 passed
# CHANGELOG.md
## 0.3.0 (unreleased)
## (unreleased)
## 0.2.1
Bug fixes:
- support pip 24.1
## 0.2.0
Changes:
- stop merging task inputs and outputs to trigger the next task
- stop merging task inputs and outputs to trigger the next task
## 0.1.7
Changes:
- use workflow and node labels with id fallback for pypushflow logging
- use workflow and node labels with id fallback for pypushflow logging
## 0.1.6
Bug fixes:
- remove info key from workflow outputs
- remove info key from workflow outputs
## 0.1.5
Changes:
- re-raise pypushflow exceptions by default
- re-raise pypushflow exceptions by default
## 0.1.4
Changes:
- remove deprecated ewokscore Task properties
- remove deprecated ewokscore Task properties
## 0.1.3
Bug fixes:
- fix "outputs" argument default of execute_graph
- fix "outputs" argument default of execute_graph
## 0.1.2
Bug fixes:
- output of execute_graph was not consistent with other bindings
- output of execute_graph was not consistent with other bindings
## 0.1.1
Changes:
- use new "engine" argument instead of the deprecated "binding"
- use new "engine" argument instead of the deprecated "binding"
## 0.1.0
New features:
- Convert Ewoks `Graph` to graph of actors for exection
- Convert Ewoks `Graph` to graph of actors for exection
[build-system]
requires = [
"setuptools>=46.4,<63",
"wheel",
"setuptools>=46.4"
]
build-backend = "setuptools.build_meta"
\ No newline at end of file
from .bindings import execute_graph # noqa: F401
__version__ = "0.2.0"
__version__ = "0.2.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment