diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.cfg b/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.cfg index f2e4ca6a..c7d5579f 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.cfg +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fuel-bootstrap -version = 10.0.0 +version = 11.0.0 summary = Command line Fuel bootstrap manager author = Mirantis Inc. author-email = product@mirantis.com diff --git a/contrib/ironic/ironic-fa-deploy/setup.cfg b/contrib/ironic/ironic-fa-deploy/setup.cfg index 288b5547..56908624 100644 --- a/contrib/ironic/ironic-fa-deploy/setup.cfg +++ b/contrib/ironic/ironic-fa-deploy/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ironic-fa-deploy -version = 10.0.0 +version = 11.0.0 author = Mirantis summary = Fuel Agent deploy driver for Ironic classifier = diff --git a/debian/changelog b/debian/changelog index a3c6b4ff..ad2dbe2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fuel-agent (11.0.0-1) unstable; urgency=low + + * Bump version to 11.0.0 + + -- Vladimir Kuklin Thu, 02 Mar 2017 15:48:02 +0300 + fuel-agent (10.0.0-3) unstable; urgency=low * Replace ironic-callback upstart script by systemd. diff --git a/setup.cfg b/setup.cfg index f91ec71e..7e44d66c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fuel-agent -version = 10.0.0 +version = 11.0.0 author = Mirantis author-email = fuel-dev@lists.launchpad.net summary = Fuel agent diff --git a/specs/fuel-agent.spec b/specs/fuel-agent.spec index e5031a57..ba93514d 100644 --- a/specs/fuel-agent.spec +++ b/specs/fuel-agent.spec @@ -1,5 +1,5 @@ %define name fuel-agent -%{!?version: %define version 10.0.0} +%{!?version: %define version 11.0.0} %{!?release: %define release 1} Name: %{name}