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 f63e5cb commit 998ced1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 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 @@ -203,6 +203,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 @@ -117,5 +117,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-snakemake"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-snakemake"
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_snakemake/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 @@ -49,7 +49,7 @@ pyrsistent==0.20.0 # via jsonschema
python-dateutil==2.9.0 # via bravado, bravado-core
pytz==2024.1 # via bravado-core
pyyaml==6.0.1 # via bravado, bravado-core, reana-commons, snakemake, swagger-spec-validator, yte
reana-commons[snakemake-reports]==0.9.8 # via reana-workflow-engine-snakemake (setup.py)
reana-commons[snakemake-reports]==0.95.0a2 # via reana-workflow-engine-snakemake (setup.py)
requests==2.31.0 # via bravado, bravado-core, snakemake
reretry==0.11.8 # via snakemake
rfc3987==1.3.8 # via jsonschema
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 Down Expand Up @@ -51,7 +51,7 @@
]

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

packages = find_packages()
Expand Down

0 comments on commit 998ced1

Please sign in to comment.