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
3aec24f2
Commit
3aec24f2
authored
4 weeks ago
by
Wout De Nolf
Browse files
Options
Downloads
Plain Diff
Merge branch 'release' into 'main'
bump version to 1.1.0 See merge request
!116
parents
e67da654
eee14632
No related branches found
Branches containing commit
Tags
v0.1.0
Tags containing commit
1 merge request
!116
bump version to 1.1.0
Pipeline
#224313
passed
4 weeks ago
Stage: test
Stage: style
Stage: build
Stage: test_build
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
3 additions
and
3 deletions
CHANGELOG.md
+
1
−
1
View file @
3aec24f2
...
...
@@ -2,7 +2,7 @@
## Unreleased
Changes:
## 1.1.0
-
Drop Python 3.6 and 3.7
-
Set deprecated environment variable
`PYPUSHFLOW_OBJECTID`
to the Ewoks job id when needed.
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
1
View file @
3aec24f2
...
...
@@ -7,7 +7,7 @@ release = importlib.metadata.version("ewoksppf")
project
=
"
ewoksppf
"
version
=
"
.
"
.
join
(
release
.
split
(
"
.
"
)[:
2
])
copyright
=
"
2021-202
4
, ESRF
"
copyright
=
"
2021-202
5
, ESRF
"
author
=
"
ESRF
"
docstitle
=
f
"
{
project
}
{
version
}
"
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
3aec24f2
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"ewoksppf"
version
=
"1.
0
.0"
version
=
"1.
1
.0"
authors
=
[
{
name
=
"ESRF"
,
email
=
"dau-pydev@esrf.fr"
}
]
description
=
"Pypushflow binding for Ewoks"
readme
=
{
file
=
"README.md"
,
content-type
=
"text/markdown"
}
...
...
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