diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 126: Release 0.3.1

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

Commit Message

Paul Larson Sept. 28, 2011, 3:44 a.m. UTC
------------------------------------------------------------
revno: 126
tags: 2011.09-1, release-0.3.1
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Tue 2011-09-27 22:41:31 -0500
message:
  Release 0.3.1
modified:
  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 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2011-09-26 02:36:37 +0000
+++ lava_dispatcher/__init__.py	2011-09-28 03:41:31 +0000
@@ -30,7 +30,7 @@ 
 from lava_dispatcher.client import LavaClient, CriticalError, GeneralError
 from lava_dispatcher.android_client import LavaAndroidClient
 
-__version__ = "0.3.0"
+__version__ = "0.3.1"
 
 class LavaTestJob(object):
     def __init__(self, job_json, oob_file):