Skip to content

Commit f168b25

Browse files
committed
Version bump to 1.0.9
1 parent 498f28d commit f168b25

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"upload_type": "software",
33
"title": "WfExS-backend",
4-
"publication_date": "2026-04-17",
4+
"publication_date": "2026-07-24",
55
"creators": [
66
{
77
"name": "Fernández, José María",
@@ -39,5 +39,5 @@
3939
"license": "Apache-2.0",
4040
"keywords": ["workflows", "RO-Crate"],
4141
"language": "eng",
42-
"version": "1.0.8"
42+
"version": "1.0.9"
4343
}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ repository-code: "https://github.com/inab/WfExS-backend"
3131
repository-artifact: "https://github.com/inab/WfExS-backend/pkgs/container/wfexs-backend"
3232
type: software
3333
title: "WfExS-backend"
34-
version: 1.0.8
35-
date-released: "2026-04-17"
34+
version: 1.0.9
35+
date-released: "2026-07-24"

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"givenName": "Daniel"
5454
}
5555
],
56-
"dateCreated": "2026-04-17",
57-
"dateModified": "2026-04-17",
58-
"datePublished": "2026-04-17",
56+
"dateCreated": "2026-07-24",
57+
"dateModified": "2026-07-24",
58+
"datePublished": "2026-07-24",
5959
"description": "Workflow Execution Service Backend",
6060
"keywords": [
6161
"workflows",
@@ -68,6 +68,6 @@
6868
"Ubuntu"
6969
],
7070
"programmingLanguage": "python",
71-
"version": "1.0.8",
71+
"version": "1.0.9",
7272
"issueTracker": "https://github.com/inab/WfExS-backend/issues"
7373
}

wfexs_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__license__ = "Apache 2.0"
2222

2323
# https://www.python.org/dev/peps/pep-0396/
24-
__version__ = "1.0.8"
24+
__version__ = "1.0.9"
2525
__url__ = "https://github.com/inab/WfExS-backend"
2626
__official_name__ = "WfExS-backend"
2727

0 commit comments

Comments
 (0)