diff --git a/CHANGES b/CHANGES index 9c4b3efb..7dd06101 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +4.3.1 +* Enumerate dictionary keys and use REST to query archive commit ids + +4.3.0 +* Make additional headers host specific + 4.2.0 * Allow planex-fetch to apply custom http headers diff --git a/config/version b/config/version index 80895903..f77856a6 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -4.3.0 +4.3.1 diff --git a/planex.spec b/planex.spec index 33d3530e..a640669c 100644 --- a/planex.spec +++ b/planex.spec @@ -8,7 +8,7 @@ Name: miniplanex %else Name: %{pkgname} %endif -Version: 4.3.0 +Version: 4.3.1 Release: 1%{?dist} URL: http://github.com/xenserver/planex Source0: http://github.com/xenserver/planex/archive/v%{version}/%{pkgname}-%{version}.tar.gz @@ -77,6 +77,9 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py %config%{_sysconfdir}/bash_completion.d/planex.bash %changelog +* Wed Apr 3 2019 Mark Syms - 4.3.1-1 +- Enumerate dictionary keys and use REST to query archive commit ids + * Mon Apr 1 2019 Mark Syms - 4.3.0-1 - Make additional headers host specific