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 fbf6ba1 commit 9fa4059
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .commitlintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rules:
body-case: [2, always, sentence-case]
body-full-stop: [2, always]
body-full-stop: [1, always]
body-leading-blank: [2, always]
body-max-line-length: [2, always, 72]
footer-leading-blank: [2, always]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,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 @@ -95,5 +95,5 @@ LABEL org.opencontainers.image.title="reana-server"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
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 docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"info": {
"description": "Submit workflows to be run on REANA Cloud",
"title": "REANA Server",
"version": "0.9.3"
"version": "0.95.0a1"
},
"paths": {
"/account/settings/linkedaccounts/": {},
Expand Down
2 changes: 1 addition & 1 deletion reana_server/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"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ pytz==2024.1 # via babel, bravado-core, celery
pywebpack==1.2.0 # via flask-webpackext
pyyaml==6.0.1 # via bravado, bravado-core, kubernetes, packtivity, reana-commons, snakemake, swagger-spec-validator, yadage, yadage-schemas, yte
rdflib==5.0.0 # via cwltool, prov, schema-salad
reana-commons[cwl,kubernetes,snakemake,yadage]==0.9.8 # via reana-db, reana-server (setup.py)
reana-db==0.9.4 # via reana-server (setup.py)
reana-commons[cwl,kubernetes,snakemake,yadage]==0.95.0a2 # via reana-db, reana-server (setup.py)
reana-db==0.95.0a2 # via reana-server (setup.py)
redis==5.0.2 # via invenio-accounts, invenio-celery
requests[security]==2.25.0 # via bravado, bravado-core, cachecontrol, cwltool, kubernetes, packtivity, reana-server (setup.py), requests-oauthlib, schema-salad, snakemake, yadage, yadage-schemas
requests-oauthlib==1.1.0 # via flask-oauthlib, invenio-oauth2server, invenio-oauthclient, kubernetes
Expand Down
6 changes: 3 additions & 3 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 Down Expand Up @@ -60,8 +60,8 @@
"flask-celeryext<0.5.0",
"gitpython>=3.1",
"marshmallow>2.13.0,<=2.20.1",
"reana-commons[kubernetes,yadage,snakemake,cwl]>=0.9.8,<0.10.0",
"reana-db>=0.9.4,<0.10.0",
"reana-commons[kubernetes,yadage,snakemake,cwl]>=0.95.0a2,<0.96.0",
"reana-db>=0.95.0a2,<0.96.0",
"requests==2.25.0",
"tablib>=0.12.1",
"uWSGI>=2.0.17",
Expand Down

0 comments on commit 9fa4059

Please sign in to comment.