diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 147: release 0.3.4

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

Commit Message

Paul Larson Oct. 20, 2011, 8:42 p.m. UTC
------------------------------------------------------------
revno: 147
tags: release-0.3.4, 2011.10
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Thu 2011-10-20 15:40:41 -0500
message:
  release 0.3.4
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-18 02:55:51 +0000
+++ lava_dispatcher/__init__.py	2011-10-20 20:40:41 +0000
@@ -30,7 +30,7 @@ 
 from lava_dispatcher.client import LavaClient, CriticalError, GeneralError
 from lava_dispatcher.android_client import LavaAndroidClient
 
-__version__ = "0.3.3"
+__version__ = "0.3.4"
 
 class LavaTestJob(object):
     def __init__(self, job_json, oob_file):