From patchwork Fri Sep 23 05:00:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 4294 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 BDA6023F98 for ; Fri, 23 Sep 2011 05:00:21 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id A958CA18226 for ; Fri, 23 Sep 2011 05:00:21 +0000 (UTC) Received: by fxe23 with SMTP id 23so4845525fxe.11 for ; Thu, 22 Sep 2011 22:00:21 -0700 (PDT) Received: by 10.223.94.134 with SMTP id z6mr4384553fam.8.1316754021426; Thu, 22 Sep 2011 22:00:21 -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.18.198 with SMTP id y6cs198076lad; Thu, 22 Sep 2011 22:00:21 -0700 (PDT) Received: by 10.216.221.65 with SMTP id q43mr3220639wep.22.1316754020088; Thu, 22 Sep 2011 22:00:20 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id n64si9089888weq.28.2011.09.22.22.00.19 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 22:00:20 -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 1R6xs3-0007sy-HU for ; Fri, 23 Sep 2011 05:00:19 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 79517E06D0 for ; Fri, 23 Sep 2011 05:00:19 +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: 121 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 121: release 0.3.0 Message-Id: <20110923050019.7473.61958.launchpad@ackee.canonical.com> Date: Fri, 23 Sep 2011 05:00:19 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14012"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 8b0785746bfcb9c8d2dfc161aa102cea745c0bcc ------------------------------------------------------------ revno: 121 tags: release-0.3.0, 2011.09 committer: Paul Larson 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 === 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):