diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 263: release-0.5.10

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

Commit Message

Paul Larson March 23, 2012, 1:49 a.m. UTC
------------------------------------------------------------
revno: 263
tags: release-0.5.10, 2012.03
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-03-22 20:47:22 -0500
message:
  release-0.5.10
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-03-20 09:27:01 +0000
+++ doc/changes.rst	2012-03-23 01:47:22 +0000
@@ -3,8 +3,8 @@ 
 
 .. _version_0_5_10:
 
-Version 0.5.10 (UNRELEASED)
-===========================
+Version 0.5.10
+==============
 * Omit the commands we send to the board from the log (as this output is
   invariably echoed back and so was ending up in the output twice)
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-03-13 20:00:37 +0000
+++ lava_dispatcher/__init__.py	2012-03-23 01:47:22 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 5, 10, "dev", 0)
+__version__ = (0, 5, 10, "final", 0)