From patchwork Fri Sep 23 04:15: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: 4293 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 841C323EFD for ; Fri, 23 Sep 2011 04:15:16 +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 51495A18239 for ; Fri, 23 Sep 2011 04:15:16 +0000 (UTC) Received: by fxe23 with SMTP id 23so4811919fxe.11 for ; Thu, 22 Sep 2011 21:15:16 -0700 (PDT) Received: by 10.223.74.89 with SMTP id t25mr4304343faj.65.1316751316096; Thu, 22 Sep 2011 21:15:16 -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 y6cs197047lad; Thu, 22 Sep 2011 21:15:15 -0700 (PDT) Received: by 10.227.134.145 with SMTP id j17mr1583557wbt.79.1316751315101; Thu, 22 Sep 2011 21:15:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id ft20si9010628wbb.76.2011.09.22.21.15.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 21:15:15 -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 1R6xAQ-0002K7-Gv for ; Fri, 23 Sep 2011 04:15:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 76D31E1574 for ; Fri, 23 Sep 2011 04:15:14 +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: 94 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 94: Release 0.3.0 Message-Id: <20110923041514.25459.96762.launchpad@ackee.canonical.com> Date: Fri, 23 Sep 2011 04:15: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="14012"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 2d671bd912cecee18d03247a546a47045c0c2651 ------------------------------------------------------------ revno: 94 tags: release-0.3.0, 2011.09 committer: Paul Larson branch nick: lava-test timestamp: Thu 2011-09-22 23:00:39 -0500 message: Release 0.3.0 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-12 09:19:10 +0000 +++ lava_test/__init__.py 2011-09-23 04:00:39 +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, 2, 0, "dev", 0) +__version__ = (0, 3, 0, "final", 0)