diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 137: release 0.3.3

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

Commit Message

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