Skip to content

Commit 56f702e

Browse files
committed
chore(master): release 0.95.0-alpha.2 (#631)
1 parent 8f5bc53 commit 56f702e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ LABEL org.opencontainers.image.title="reana-workflow-controller"
118118
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-controller"
119119
LABEL org.opencontainers.image.vendor="reanahub"
120120
# x-release-please-start-version
121-
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
121+
LABEL org.opencontainers.image.version="0.95.0-alpha.2"
122122
# x-release-please-end

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN.
3+
Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "Submit and manage workflows",
44
"title": "REANA Workflow Controller",
5-
"version": "0.95.0a1"
5+
"version": "0.95.0a2"
66
},
77
"paths": {
88
"/api/workflows": {

reana_workflow_controller/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of REANA.
4-
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN.
4+
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN.
55
#
66
# REANA is free software; you can redistribute it and/or modify it
77
# under the terms of the MIT License; see LICENSE file for more details.
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

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

0 commit comments

Comments
 (0)