Skip to content
Snippets Groups Projects
Commit 87cc359e authored by Loic Huder's avatar Loic Huder
Browse files

Merge branch 'release' into 'main'

Bump to 0.2.2

See merge request !103
parents 05a43232 3dee3015
No related branches found
Tags v0.2.2
1 merge request!103Bump to 0.2.2
Pipeline #205733 passed
......@@ -2,6 +2,12 @@
## (unreleased)
## 0.2.2
Bug fixes:
- support ewokscore 0.8.1
## 0.2.1
Bug fixes:
......
......@@ -23,7 +23,7 @@ package_dir=
packages=find:
python_requires = >=3.6
install_requires =
ewokscore >=0.8.0
ewokscore >=0.8.1
pypushflow >=0.6.1
[options.packages.find]
......
from .bindings import execute_graph # noqa: F401
__version__ = "0.2.1"
__version__ = "0.2.2"
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