Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ewoksppf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
workflow
ewoks
ewoksppf
Commits
87cc359e
Commit
87cc359e
authored
5 months ago
by
Loic Huder
Browse files
Options
Downloads
Plain Diff
Merge branch 'release' into 'main'
Bump to 0.2.2 See merge request
!103
parents
05a43232
3dee3015
No related branches found
Branches containing commit
Tags
v0.2.2
Tags containing commit
1 merge request
!103
Bump to 0.2.2
Pipeline
#205733
passed
4 months ago
Stage: test
Stage: style
Stage: build
Stage: test_build
Stage: deploy
Changes
3
Pipelines
52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
src/ewoksppf/__init__.py
+1
-1
1 addition, 1 deletion
src/ewoksppf/__init__.py
with
8 additions
and
2 deletions
CHANGELOG.md
+
6
−
0
View file @
87cc359e
...
...
@@ -2,6 +2,12 @@
## (unreleased)
## 0.2.2
Bug fixes:
-
support ewokscore 0.8.1
## 0.2.1
Bug fixes:
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
87cc359e
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
src/ewoksppf/__init__.py
+
1
−
1
View file @
87cc359e
from
.bindings
import
execute_graph
# noqa: F401
__version__
=
"
0.2.
1
"
__version__
=
"
0.2.
2
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment