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 32ce567 commit 74a32d8
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 @@ -204,6 +204,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 @@ -148,5 +148,5 @@ LABEL org.opencontainers.image.title="reana-job-controller"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-job-controller"
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 @@ -122,7 +122,7 @@
"info": {
"description": "REANA Job Controller API",
"title": "reana-job-controller",
"version": "0.9.3"
"version": "0.95.0a1"
},
"paths": {
"/apispec": {},
Expand Down
2 changes: 1 addition & 1 deletion reana_job_controller/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 @@ -55,8 +55,8 @@ pyrsistent==0.20.0 # via jsonschema
python-dateutil==2.9.0 # via bravado, bravado-core, kubernetes
pytz==2024.1 # via bravado-core
pyyaml==6.0.1 # via apispec, bravado, bravado-core, kubernetes, reana-commons, swagger-spec-validator
reana-commons[kubernetes]==0.9.8 # via reana-db, reana-job-controller (setup.py)
reana-db==0.9.4 # via reana-job-controller (setup.py)
reana-commons[kubernetes]==0.95.0a2 # via reana-db, reana-job-controller (setup.py)
reana-db==0.95.0a2 # via reana-job-controller (setup.py)
requests==2.31.0 # via bravado, bravado-core, kubernetes, requests-oauthlib
requests-oauthlib==1.3.1 # via kubernetes
retrying==1.3.4 # via reana-job-controller (setup.py)
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 @@ -65,8 +65,8 @@
"Werkzeug>=2.1.0,<3.0",
"fs>=2.0",
"marshmallow>2.13.0,<=2.20.1",
"reana-commons[kubernetes]>=0.9.8,<0.10.0",
"reana-db>=0.9.4,<0.10.0",
"reana-commons[kubernetes]>=0.95.0a2,<0.96.0",
"reana-db>=0.95.0a2,<0.96.0",
"retrying>=1.3.3",
]

Expand Down

0 comments on commit 74a32d8

Please sign in to comment.