Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Bump to 4.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Syms <[email protected]>
  • Loading branch information
MarkSymsCtx committed Apr 3, 2019
1 parent 6b7394f commit aae5a3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0
4.3.1
5 changes: 4 additions & 1 deletion planex.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 4.3.1-1
- Enumerate dictionary keys and use REST to query archive commit ids

* Mon Apr 1 2019 Mark Syms <[email protected]> - 4.3.0-1
- Make additional headers host specific

Expand Down

0 comments on commit aae5a3c

Please sign in to comment.