Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
Bump version to 2.5.0 and relase.

Signed-off-by: Albert Esteve <aesteve@redhat.com>
  • Loading branch information
aesteve-rh committed Mar 30, 2023
1 parent 55b7eba commit 83401ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ovirt-imageio.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ Python client library for accessing imageio server on oVirt hosts.

%changelog

* Wed Mar 29 2023 Albert Esteve <aesteve@redhat.com> 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 <aesteve@redhat.com> 2.4.8-1
- Add Python 3.11 subpackage to be usable in ansible-core 2.14
- Fix ovirt-img --insecure connection
Expand Down
2 changes: 1 addition & 1 deletion ovirt_imageio/_internal/version.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 83401ef

Please sign in to comment.