bump to vesion 0.2

Change-Id: I344e02da27c21959556b1e2e65f61d5a2b04f430
This commit is contained in:
Vincent Llorens 2016-06-03 12:08:52 +02:00
parent e637221b52
commit 96489fe132
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
python-synergy-scheduler-manager (0.2-1ubuntu1) unstable; urgency=low
* Make unit test pass
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Fri, 03 Jun 2016 09:31:39 +0000
python-synergy-scheduler-manager (0.1-1) unstable; urgency=low
* Initial release

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: python-synergy-scheduler-manager
Version: 0.1
Release: 1%{?dist}
Version: 0.2
Release: 2%{?dist}
Summary: Advanced scheduling capability for OpenStack.
Source: %name-%version.tar.bz2
@ -45,3 +45,6 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jun 03 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 0.2-2
- Make unit test pass

View File

@ -1,6 +1,6 @@
[metadata]
name = synergy-scheduler-manager
version = 0.1
version = 0.2
summary = Provide advanced scheduling (fairshare) capability for OpenStack
description-file =
README.rst