From patchwork Tue Aug 23 15:55:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 3631 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 1C13423F26 for ; Tue, 23 Aug 2011 15:55:16 +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 958EEA1874E for ; Tue, 23 Aug 2011 15:55:15 +0000 (UTC) Received: by bkbzs2 with SMTP id zs2so312283bkb.11 for ; Tue, 23 Aug 2011 08:55:15 -0700 (PDT) Received: by 10.204.131.198 with SMTP id y6mr1680997bks.330.1314114915152; Tue, 23 Aug 2011 08:55:15 -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.204.41.75 with SMTP id n11cs216130bke; Tue, 23 Aug 2011 08:55:14 -0700 (PDT) Received: by 10.227.12.15 with SMTP id v15mr393124wbv.77.1314114914582; Tue, 23 Aug 2011 08:55:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id fj8si246812wbb.128.2011.08.23.08.55.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Aug 2011 08:55:14 -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 1QvtJq-0003gb-4b for ; Tue, 23 Aug 2011 15:55:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 16C01E02C7 for ; Tue, 23 Aug 2011 15:55:14 +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: 94 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 94: Bump version to 0.2.1 Message-Id: <20110823155514.13086.90084.launchpad@ackee.canonical.com> Date: Tue, 23 Aug 2011 15:55:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13714"; Instance="initZopeless config overlay" X-Launchpad-Hash: 9e13feedb075b66c0594413adc95cbddc690b81d ------------------------------------------------------------ revno: 94 tags: release-0.2.1, 2011.08-1 committer: Paul Larson 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 === 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):