Skip to content

Commit d96db3d

Browse files
committed
Release 4.6.0
Signed-off-by: Martin Perina <[email protected]>
1 parent 9521163 commit d96db3d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.automation/generate-setup-files.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/sh -e
22

33
VERSION="4.6.0"
4-
MILESTONE=master
5-
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
4+
#MILESTONE=master
5+
MILESTONE=
6+
#RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
7+
RPM_RELEASE=1
68

79
PACKAGE_NAME="python-ovirt-engine-sdk4"
810

python-ovirt-engine-sdk4.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ API.
8383
%endif
8484

8585
%changelog
86+
* Fri Nov 25 2022 Martin Perina <[email protected]> - 4.6.0-1
87+
- Update to model 4.6.0
88+
- Switch from Python 3.8 to 3.9 on EL8 to support ansible-core >= 2.13
89+
8690
* Thu Aug 4 2022 Ori Liel <[email protected]> - 4.5.2
8791
- Update to model 4.5.11
8892

0 commit comments

Comments
 (0)