diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 121: release 0.3.0

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

Commit Message

Paul Larson Sept. 23, 2011, 5 a.m. UTC
------------------------------------------------------------
revno: 121
tags: release-0.3.0, 2011.09
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Thu 2011-09-22 23:41:15 -0500
message:
  release 0.3.0
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-20 02:35:31 +0000
+++ lava_dispatcher/__init__.py	2011-09-23 04:41:15 +0000
@@ -30,7 +30,7 @@ 
 from lava_dispatcher.client import LavaClient, CriticalError, GeneralError
 from lava_dispatcher.android_client import LavaAndroidClient
 
-__version__ = "0.3a1"
+__version__ = "0.3.0"
 
 class LavaTestJob(object):
     def __init__(self, job_json, oob_file):