Skip to content

Commit 94a0a69

Browse files
authored
Release 4.5.0 (#22)
1 parent b1a296e commit 94a0a69

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
VERSION="4.4.16"
4-
MILESTONE=master
5-
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
3+
VERSION="4.5.0"
4+
MILESTONE=
5+
RPM_RELEASE="1"
66

77
PACKAGE_NAME="python-ovirt-engine-sdk4"
88

python-ovirt-engine-sdk4.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ API.
4545
%{python3_sitearch}/*
4646

4747
%changelog
48+
* Wed Oct 27 2021 Martin Necas <[email protected]> - 4.5.0-1
49+
- Update to model 4.5.0
50+
4851
* Thu Aug 5 2021 Martin Necas <[email protected]> - 4.4.15-1
4952
- Update to model 4.4.34
5053
- Improve examples upload_disk, download_disk, backup_vm

python38-ovirt-engine-sdk4.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ API.
4040
%{python3_sitearch}/*
4141

4242
%changelog
43+
* Wed Oct 27 2021 Martin Necas <[email protected]> - 4.5.0-1
44+
- Update to model 4.5.0
45+
4346
* Thu Aug 5 2021 Martin Necas <[email protected]> - 4.4.15-1
4447
- Update to model 4.4.34
4548
- Improve examples upload_disk, download_disk, backup_vm

0 commit comments

Comments
 (0)