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

Merge branch 'release' into 'main'

bump version to 1.1.0

See merge request !116
parents e67da654 eee14632
No related branches found
Tags v0.1.0
1 merge request!116bump version to 1.1.0
Pipeline #224313 passed
......@@ -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.
......
......@@ -7,7 +7,7 @@ release = importlib.metadata.version("ewoksppf")
project = "ewoksppf"
version = ".".join(release.split(".")[:2])
copyright = "2021-2024, ESRF"
copyright = "2021-2025, ESRF"
author = "ESRF"
docstitle = f"{project} {version}"
......
......@@ -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" }
......
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