From patchwork Tue Oct 18 02:59:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 4718 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 96F8C23EF6 for ; Tue, 18 Oct 2011 02:59:14 +0000 (UTC) Received: from mail-bw0-f52.google.com (mail-bw0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 7DB8EA185AE for ; Tue, 18 Oct 2011 02:59:14 +0000 (UTC) Received: by bkbzs2 with SMTP id zs2so354587bkb.11 for ; Mon, 17 Oct 2011 19:59:14 -0700 (PDT) Received: by 10.223.17.3 with SMTP id q3mr941868faa.28.1318906754120; Mon, 17 Oct 2011 19:59:14 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.1.71 with SMTP id 7cs29469lak; Mon, 17 Oct 2011 19:59:13 -0700 (PDT) Received: by 10.216.229.17 with SMTP id g17mr175697weq.65.1318906753432; Mon, 17 Oct 2011 19:59:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id v52si307101wec.70.2011.10.17.19.59.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Oct 2011 19:59:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RFztY-0006rO-Ut for ; Tue, 18 Oct 2011 02:59:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id DE0A1E0A5B for ; Tue, 18 Oct 2011 02:59:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 137 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 137: release 0.3.3 Message-Id: <20111018025912.2250.18697.launchpad@ackee.canonical.com> Date: Tue, 18 Oct 2011 02:59:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14157"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 2666c62f2053ca5d689dca8f4e66793cd7f8c20e ------------------------------------------------------------ revno: 137 tags: 2011.09-3, release-0.3.3 committer: Paul Larson branch nick: lava-dispatcher timestamp: Mon 2011-10-17 21:55:51 -0500 message: release 0.3.3 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 === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2011-10-17 15:33:23 +0000 +++ lava_dispatcher/__init__.py 2011-10-18 02:55:51 +0000 @@ -30,7 +30,7 @@ from lava_dispatcher.client import LavaClient, CriticalError, GeneralError from lava_dispatcher.android_client import LavaAndroidClient -__version__ = "0.3.2" +__version__ = "0.3.3" class LavaTestJob(object): def __init__(self, job_json, oob_file):