Skip to content

Commit f528ba3

Browse files
committed
chore(master): release 0.95.0-alpha.1
Release-As: 0.95.0
1 parent 97ff214 commit f528ba3

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ jobs:
193193
- docs-sphinx
194194
- lint-black
195195
- lint-check-manifest
196+
- lint-commitlint
196197
- lint-dockerfile
197198
- lint-flake8
198199
- lint-pydocstyle

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
7373
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
7474
LABEL org.opencontainers.image.vendor="reanahub"
7575
# x-release-please-start-version
76-
LABEL org.opencontainers.image.version="0.9.3"
76+
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
7777
# x-release-please-end

reana_workflow_engine_cwl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.9.3"
17+
__version__ = "0.95.0a1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ python-dateutil==2.9.0 # via bravado, bravado-core, prov
4848
pytz==2024.1 # via bravado-core
4949
pyyaml==6.0.1 # via bravado, bravado-core, reana-commons, swagger-spec-validator
5050
rdflib==5.0.0 # via cwltool, prov, schema-salad
51-
reana-commons[cwl]==0.9.8 # via reana-workflow-engine-cwl (setup.py)
51+
reana-commons[cwl]==0.95.0a2 # via reana-workflow-engine-cwl (setup.py)
5252
requests==2.31.0 # via bravado, bravado-core, cachecontrol, cwltool, schema-salad
5353
rfc3987==1.3.8 # via jsonschema
5454
ruamel-yaml==0.17.10 # via cwltool, schema-salad

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
history = open("CHANGELOG.md").read()
2020

2121
tests_require = [
22-
"pytest-reana>=0.9.2,<0.10.0",
22+
"pytest-reana>=0.95.0a2,<0.96.0",
2323
]
2424

2525
extras_require = {
@@ -43,7 +43,7 @@
4343
]
4444

4545
install_requires = [
46-
"reana-commons[cwl]>=0.9.8,<0.10.0",
46+
"reana-commons[cwl]>=0.95.0a2,<0.96.0",
4747
]
4848

4949
packages = find_packages()

0 commit comments

Comments
 (0)