diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 91: Bump version to 0.2.0

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

Commit Message

Paul Larson Aug. 20, 2011, 2:21 a.m. UTC
------------------------------------------------------------
revno: 91
tags: 2011.08, release-0.2.0
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-dispatcher
timestamp: Sat 2011-08-20 03:17:57 +0100
message:
  Bump version to 0.2.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-08-04 07:19:53 +0000
+++ lava_dispatcher/__init__.py	2011-08-20 02:17:57 +0000
@@ -30,7 +30,7 @@ 
 from lava_dispatcher.client import LavaClient, CriticalError, GeneralError
 from lava_dispatcher.android_client import LavaAndroidClient
 
-__version__ = "0.1.0"
+__version__ = "0.2.0"
 
 class LavaTestJob(object):
     def __init__(self, job_json):