From patchwork Tue Nov 27 19:46:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 13248 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 B585D23E0F for ; Tue, 27 Nov 2012 19:46:14 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2A17EA1890E for ; Tue, 27 Nov 2012 19:46:14 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so7010707ieb.11 for ; Tue, 27 Nov 2012 11:46:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=5n2E9wcmlU7V/ds8+O182IiXH94eJiH4lmgawEptfWQ=; b=hf5Fe5vqMVoA5C2aD8OGQmSwUXGgbz6WQ92LsHLLV/L3lMIHpAeRcGp54Jv1UAnBoo 5/Xcw8FAiirWuE6JSS48ObB0N06eYWXseoR6wq3GyP3HBhW9XeZpvg9Wxphf3Vo+36pC IdW8vlnPY9TiRgfYbZyqgs+cMY2AiO2LXw+mVuMdUJXAEgvC5w2Lc4zLBDh276Popg6A z9KLRwcgbz1XvOQaC+1VBPmAgicSrx7ujNA7DywLPLXqw7Zodl9HRhW2D+JVt6pPhY9E tu8jI2PsulffX6rjlfUGHhxiCNTOkcSIIyU9eE2fnNwfr8rPnlp+qq3KoJ9zzdPkOLAQ AI+A== Received: by 10.50.187.197 with SMTP id fu5mr16492771igc.70.1354045573425; Tue, 27 Nov 2012 11:46:13 -0800 (PST) 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.50.67.148 with SMTP id n20csp527170igt; Tue, 27 Nov 2012 11:46:12 -0800 (PST) Received: by 10.180.19.73 with SMTP id c9mr28921981wie.8.1354045572338; Tue, 27 Nov 2012 11:46:12 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id g2si445380wie.11.2012.11.27.11.46.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 11:46:12 -0800 (PST) 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 1TdR6h-0007bV-OG for ; Tue, 27 Nov 2012 19:46:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id A69D0E014A for ; Tue, 27 Nov 2012 19:46:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-tool X-Launchpad-Branch: ~linaro-validation/lava-tool/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 180 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-tool/trunk] Rev 180: release-0.6 Message-Id: <20121127194611.10548.84611.launchpad@ackee.canonical.com> Date: Tue, 27 Nov 2012 19:46:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16309"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 3dfd94fc10c19d01010dc458355474f7b1679024 X-Gm-Message-State: ALoCoQki6v07IbAxHSQbIM4ccFhONaklXCazMv9s24wq5XUXhW6NLG4OUFspZRSKzGuoFcf5FsIW ------------------------------------------------------------ revno: 180 tags: 2012.11, release-0.6 committer: Andy Doan branch nick: lava-tool timestamp: Tue 2012-11-27 13:44:05 -0600 message: release-0.6 modified: lava/tool/__init__.py --- lp:lava-tool https://code.launchpad.net/~linaro-validation/lava-tool/trunk You are subscribed to branch lp:lava-tool. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-tool/trunk/+edit-subscription === modified file 'lava/tool/__init__.py' --- lava/tool/__init__.py 2012-06-28 06:24:25 +0000 +++ lava/tool/__init__.py 2012-11-27 19:44:05 +0000 @@ -24,4 +24,4 @@ Generic code for command line utilities for LAVA """ -__version__ = (0, 6, 0, "dev", 0) +__version__ = (0, 6, 0, "final", 0)