Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Nov 25, 2022
1 parent 9521163 commit d96db3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .automation/generate-setup-files.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh -e

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

PACKAGE_NAME="python-ovirt-engine-sdk4"

Expand Down
4 changes: 4 additions & 0 deletions python-ovirt-engine-sdk4.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ API.
%endif

%changelog
* Fri Nov 25 2022 Martin Perina <mperina@redhat.com> - 4.6.0-1
- Update to model 4.6.0
- Switch from Python 3.8 to 3.9 on EL8 to support ansible-core >= 2.13

* Thu Aug 4 2022 Ori Liel <oliel@redhat.com> - 4.5.2
- Update to model 4.5.11

Expand Down

0 comments on commit d96db3d

Please sign in to comment.