-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 2.5.0 and relase. Signed-off-by: Albert Esteve <[email protected]>
- Loading branch information
1 parent
55b7eba
commit 83401ef
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,6 +241,10 @@ Python client library for accessing imageio server on oVirt hosts. | |
|
||
%changelog | ||
|
||
* Wed Mar 29 2023 Albert Esteve <[email protected]> 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 <[email protected]> 2.4.8-1 | ||
- Add Python 3.11 subpackage to be usable in ansible-core 2.14 | ||
- Fix ovirt-img --insecure connection | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |