Skip to content

Commit f63c256

Browse files
committed
release: 0.8.1
1 parent 11fd400 commit f63c256

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
Version 0.8.1 (UNRELEASED)
4+
Version 0.8.1 (2022-02-07)
55
---------------------------
66

77
- Adds support for specifying ``kubernetes_job_timeout`` for Kubernetes compute backend jobs.

reana_workflow_engine_cwl/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 CERN.
4+
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022 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.8.0"
17+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)