diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 306: release 0.9

Message ID 20120531063513.5079.87811.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson May 31, 2012, 6:35 a.m. UTC
------------------------------------------------------------
revno: 306
tags: 2012.05, release-0.9
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2012-05-31 18:31:58 +1200
message:
  release 0.9
modified:
  doc/changes.rst
  lava_dispatcher/__init__.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-05-25 04:16:21 +0000
+++ doc/changes.rst	2012-05-31 06:31:58 +0000
@@ -6,7 +6,8 @@ 
 Version 0.9
 ===========
 
-* Unreleased.
+* Make retrying deployment if failed more robust.
+* Log a message when submit_results fails.
 
 Version 0.8
 ===========

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-05-25 04:16:21 +0000
+++ lava_dispatcher/__init__.py	2012-05-31 06:31:58 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 9, 0, "dev", 0)
+__version__ = (0, 9, 0, "final", 0)