diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 503: release-0.27

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

Commit Message

Andy Doan Dec. 16, 2012, 9:45 p.m. UTC
------------------------------------------------------------
revno: 503
tags: release-0.27
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Sun 2012-12-16 15:43:32 -0600
message:
  release-0.27
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-12-13 23:43:45 +0000
+++ doc/changes.rst	2012-12-16 21:43:32 +0000
@@ -5,7 +5,8 @@ 
 
 Version 0.27
 ============
-* Unreleased
+* bug fix: include lava-test-run-attach
+* improve serial console input delay
 
 .. _verison_0_26:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-12-13 23:43:45 +0000
+++ lava_dispatcher/__init__.py	2012-12-16 21:43:32 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 27, 0, "dev", 0)
+__version__ = (0, 27, 0, "final", 0)