diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 96: Version bump 0.2.2

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

Commit Message

Paul Larson Aug. 29, 2011, 9:15 p.m. UTC
------------------------------------------------------------
revno: 96
tags: release-0.2.2
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Mon 2011-08-29 16:13:05 -0500
message:
  Version bump 0.2.2
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-23 15:53:20 +0000
+++ lava_dispatcher/__init__.py	2011-08-29 21:13:05 +0000
@@ -30,7 +30,7 @@ 
 from lava_dispatcher.client import LavaClient, CriticalError, GeneralError
 from lava_dispatcher.android_client import LavaAndroidClient
 
-__version__ = "0.2.1"
+__version__ = "0.2.2"
 
 class LavaTestJob(object):
     def __init__(self, job_json, oob_file):