Skip to content

Commit

Permalink
chore(master): release 0.95.0-alpha.1
Browse files Browse the repository at this point in the history
Release-As: 0.95.0
  • Loading branch information
tiborsimko committed Mar 15, 2024
1 parent 97ff214 commit f528ba3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
- docs-sphinx
- lint-black
- lint-check-manifest
- lint-commitlint
- lint-dockerfile
- lint-flake8
- lint-pydocstyle
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.3"
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
# x-release-please-end
2 changes: 1 addition & 1 deletion reana_workflow_engine_cwl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.3"
__version__ = "0.95.0a1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python-dateutil==2.9.0 # via bravado, bravado-core, prov
pytz==2024.1 # via bravado-core
pyyaml==6.0.1 # via bravado, bravado-core, reana-commons, swagger-spec-validator
rdflib==5.0.0 # via cwltool, prov, schema-salad
reana-commons[cwl]==0.9.8 # via reana-workflow-engine-cwl (setup.py)
reana-commons[cwl]==0.95.0a2 # via reana-workflow-engine-cwl (setup.py)
requests==2.31.0 # via bravado, bravado-core, cachecontrol, cwltool, schema-salad
rfc3987==1.3.8 # via jsonschema
ruamel-yaml==0.17.10 # via cwltool, schema-salad
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
history = open("CHANGELOG.md").read()

tests_require = [
"pytest-reana>=0.9.2,<0.10.0",
"pytest-reana>=0.95.0a2,<0.96.0",
]

extras_require = {
Expand All @@ -43,7 +43,7 @@
]

install_requires = [
"reana-commons[cwl]>=0.9.8,<0.10.0",
"reana-commons[cwl]>=0.95.0a2,<0.96.0",
]

packages = find_packages()
Expand Down

0 comments on commit f528ba3

Please sign in to comment.