diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 135: release 0.3.2

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

Commit Message

Paul Larson Oct. 17, 2011, 3:36 p.m. UTC
------------------------------------------------------------
revno: 135
tags: 2011.09-2, release-0.3.2
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Mon 2011-10-17 10:33:23 -0500
message:
  release 0.3.2
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-10-14 19:33:06 +0000
+++ lava_dispatcher/__init__.py	2011-10-17 15:33:23 +0000
@@ -30,7 +30,7 @@ 
 from lava_dispatcher.client import LavaClient, CriticalError, GeneralError
 from lava_dispatcher.android_client import LavaAndroidClient
 
-__version__ = "0.3.1"
+__version__ = "0.3.2"
 
 class LavaTestJob(object):
     def __init__(self, job_json, oob_file):