From 6671ce263d23e954beaa9012377be52540a5b94d Mon Sep 17 00:00:00 2001 From: Alputer Date: Fri, 17 Jan 2025 11:27:55 +0100 Subject: [PATCH] chore(master): release 0.95.0a5 --- reana_db/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reana_db/version.py b/reana_db/version.py index 1c8b27b..06eb7e6 100644 --- a/reana_db/version.py +++ b/reana_db/version.py @@ -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. @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.95.0a4" +__version__ = "0.95.0a5"