From 92f00cb4288bcb0a760c337de1a96d51335a2210 Mon Sep 17 00:00:00 2001 From: Euan Harris Date: Mon, 6 Feb 2017 12:33:23 +0000 Subject: [PATCH] planex: Prepare for 0.16.0 release Signed-off-by: Euan Harris --- CHANGES | 3 +++ planex.spec | 5 ++++- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index b356af34..4270da39 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +0.16.0 +* planex-build-mock: Add --init option to pre-warm root cache + 0.15.1 * git library: Add current_branch function diff --git a/planex.spec b/planex.spec index b32116ad..ea9a95af 100644 --- a/planex.spec +++ b/planex.spec @@ -1,6 +1,6 @@ Summary: RPM build tool Name: planex -Version: 0.15.1 +Version: 0.16.0 Release: 1%{?dist} URL: http://github.com/xenserver/planex Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py %config%{_sysconfdir}/bash_completion.d/planex.bash %changelog +* Mon Feb 6 2017 Euan Harris - 0.16.0-1 +- planex-build-mock: Add --init option to pre-warm root cache + * Wed Feb 1 2017 Euan Harris - 0.15.1-1 - git library: Add current_branch function diff --git a/setup.py b/setup.py index 6ac03071..c2904c87 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup(name='planex', - version='0.15.1', + version='0.16.0', packages=['planex', 'planex.cmd'], include_package_data=True, package_data={'planex': ['Makefile.rules']},