From 83401ef882215d8cc39bd016aa3e63afa02aebd5 Mon Sep 17 00:00:00 2001 From: Albert Esteve Date: Wed, 29 Mar 2023 17:02:02 +0200 Subject: [PATCH] Release 2.5.0 Bump version to 2.5.0 and relase. Signed-off-by: Albert Esteve --- ovirt-imageio.spec.in | 4 ++++ ovirt_imageio/_internal/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ovirt-imageio.spec.in b/ovirt-imageio.spec.in index 859c4460..5906ad85 100644 --- a/ovirt-imageio.spec.in +++ b/ovirt-imageio.spec.in @@ -241,6 +241,10 @@ Python client library for accessing imageio server on oVirt hosts. %changelog +* Wed Mar 29 2023 Albert Esteve 2.5.0-1 +- Add Python 3.11 subpackage to be usable in ansible-core 2.14 for el8 +- Fix ovirt-imageioctl without arguments + * Thu Mar 2 2023 Albert Esteve 2.4.8-1 - Add Python 3.11 subpackage to be usable in ansible-core 2.14 - Fix ovirt-img --insecure connection diff --git a/ovirt_imageio/_internal/version.py b/ovirt_imageio/_internal/version.py index 9be93fc9..0d86430d 100644 --- a/ovirt_imageio/_internal/version.py +++ b/ovirt_imageio/_internal/version.py @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Red Hat, Inc. # SPDX-License-Identifier: GPL-2.0-or-later -string = "2.4.9" +string = "2.5.0" if __name__ == "__main__": print(string)