From 7d9379b7f8a78d8e3f8afb098213d79db4256b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Wed, 5 Feb 2025 15:05:47 +0100 Subject: [PATCH] chore(master): release 0.95.0-alpha.1 (#74) Release-As: 0.95.0 --- Dockerfile | 2 +- LICENSE | 2 +- reana_message_broker/version.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c699b1..d5a454f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,5 +26,5 @@ LABEL org.opencontainers.image.title="reana-message-broker" LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-message-broker" 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 diff --git a/LICENSE b/LICENSE index f74676a..5f839de 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN. +Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/reana_message_broker/version.py b/reana_message_broker/version.py index cb530b4..a9d4653 100644 --- a/reana_message_broker/version.py +++ b/reana_message_broker/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 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.9.3" +__version__ = "0.95.0a1"