diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 423: release 0.20

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

Commit Message

Michael-Doyle Hudson Oct. 29, 2012, 1:13 p.m. UTC
------------------------------------------------------------
revno: 423
tags: release-0.20
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2012-10-29 14:10:50 +0100
message:
  release 0.20
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-10-23 05:27:27 +0000
+++ doc/changes.rst	2012-10-29 13:10:50 +0000
@@ -5,7 +5,9 @@ 
 
 Version 0.20
 ============
-* Unreleased
+* Support device version for qemu and rtsm.
+* Add dummy_deployment action.
+* Add mkdir -p /mnt/lava/boot to android deployment.
 
 .. _version_0_19_1:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-10-24 23:19:17 +0000
+++ lava_dispatcher/__init__.py	2012-10-29 13:10:50 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 20, 0, "dev", 0)
+__version__ = (0, 20, 0, "final", 0)