From patchwork Thu Oct 20 20:44:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 4759 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 E925A23EF5 for ; Thu, 20 Oct 2011 20:44: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 D007AA18A71 for ; Thu, 20 Oct 2011 20:44:14 +0000 (UTC) Received: by bkbzs2 with SMTP id zs2so5583149bkb.11 for ; Thu, 20 Oct 2011 13:44:14 -0700 (PDT) Received: by 10.223.17.11 with SMTP id q11mr20378518faa.13.1319143454505; Thu, 20 Oct 2011 13:44: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 7cs138716lak; Thu, 20 Oct 2011 13:44:14 -0700 (PDT) Received: by 10.227.72.148 with SMTP id m20mr4568687wbj.11.1319143453596; Thu, 20 Oct 2011 13:44:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fv8si7980964wbb.128.2011.10.20.13.44.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Oct 2011 13:44: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 1RGzTJ-0002Uw-1g for ; Thu, 20 Oct 2011 20:44:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 058B5FB749 for ; Thu, 20 Oct 2011 20:44:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 103 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 103: release 0.3.1 Message-Id: <20111020204413.14805.84850.launchpad@ackee.canonical.com> Date: Thu, 20 Oct 2011 20:44:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14165"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 1b6cefed8ff40214ad1e8d6eb4838bf41f665fca ------------------------------------------------------------ revno: 103 tags: release-0.3.1, 2011.10 committer: Paul Larson branch nick: lava-test timestamp: Thu 2011-10-20 15:42:17 -0500 message: release 0.3.1 modified: lava_test/__init__.py --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'lava_test/__init__.py' --- lava_test/__init__.py 2011-09-23 04:00:39 +0000 +++ lava_test/__init__.py 2011-10-20 20:42:17 +0000 @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = (0, 3, 0, "final", 0) +__version__ = (0, 3, 1, "final", 0)