Skip to content

Commit

Permalink
chore(master): release 0.95.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Jan 15, 2025
1 parent 2946241 commit dcb9749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions reana_commons/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN.
# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.95.0a5"
__version__ = "0.95.0a6"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN.
# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -25,7 +25,7 @@
"sphinx-rtd-theme>=0.1.9",
],
"tests": [
"pytest-reana>=0.95.0a3,<0.96.0",
"pytest-reana>=0.95.0a4,<0.96.0",
],
"kubernetes": [
"kubernetes>=22.0.0,<23.0.0",
Expand Down

0 comments on commit dcb9749

Please sign in to comment.