bump to version 1.0.0

Also change the dependency on synergy-service to 1.0.0

Change-Id: Ic783d2ec79ce5a3edf185761704bb119d81e5fa5
This commit is contained in:
Vincent Llorens 2016-06-17 15:43:56 +02:00
parent a7d0475819
commit db6cee3a09
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,9 @@
python-synergy-scheduler-manager (1.0.0-1ubuntu1) unstable; urgency=low
* First public release with full set of functionalities.
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Fri, 17 Jun 2016 15:41:35 +0200
python-synergy-scheduler-manager (0.2-1ubuntu1) unstable; urgency=low
* Make unit test pass

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.2
Release: 2%{?dist}
Version: 1.0.0
Release: 1%{?dist}
Summary: Advanced scheduling capability for OpenStack.
Source: %name-%version.tar.bz2
@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jun 17 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.0.0-1
- First public release of Synergy, full set of functionalities.
* Fri Jun 03 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 0.2-2
- Make unit test pass

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=1.6
synergy-service>=0.0.1.dev1,<1.0.0
synergy-service>=1.0.0,<1.1.0
oslo.config>=2.4.0,<3.0.0
oslo.messaging>=2.5.0,<3.0.0
requests>=2.7.0,<3.0.0

View File

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