diff mbox

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

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

Commit Message

Paul Larson Aug. 23, 2011, 3:55 p.m. UTC
------------------------------------------------------------
revno: 94
tags: release-0.2.1, 2011.08-1
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Tue 2011-08-23 10:53:20 -0500
message:
  Bump version to 0.2.1
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-22 21:13:22 +0000
+++ lava_dispatcher/__init__.py	2011-08-23 15:53:20 +0000
@@ -30,7 +30,7 @@ 
 from lava_dispatcher.client import LavaClient, CriticalError, GeneralError
 from lava_dispatcher.android_client import LavaAndroidClient
 
-__version__ = "0.2.0"
+__version__ = "0.2.1"
 
 class LavaTestJob(object):
     def __init__(self, job_json, oob_file):