From patchwork Wed Jul 20 15:15:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 2875 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 7094423F42 for ; Wed, 20 Jul 2011 15:15:44 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 3AC31A18781 for ; Wed, 20 Jul 2011 15:15:44 +0000 (UTC) Received: by qwb8 with SMTP id 8so227555qwb.11 for ; Wed, 20 Jul 2011 08:15:43 -0700 (PDT) Received: by 10.229.25.212 with SMTP id a20mr7210057qcc.148.1311174943640; Wed, 20 Jul 2011 08:15:43 -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.229.217.78 with SMTP id hl14cs116638qcb; Wed, 20 Jul 2011 08:15:43 -0700 (PDT) Received: by 10.227.42.131 with SMTP id s3mr7863195wbe.104.1311174942563; Wed, 20 Jul 2011 08:15:42 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fy2si677735wbb.67.2011.07.20.08.15.42; Wed, 20 Jul 2011 08:15:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QjYUv-00081y-K0 for ; Wed, 20 Jul 2011 15:15:41 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 854DA2EA021 for ; Wed, 20 Jul 2011 15:15:41 +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: 77 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 77: Tag 0.1.0 version for 2011.07 release Message-Id: <20110720151541.26503.61993.launchpad@loganberry.canonical.com> Date: Wed, 20 Jul 2011 15:15:41 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13468"; Instance="initZopeless config overlay" X-Launchpad-Hash: ea97a2c8b3849861b003dd22e84bee3cb9850d8b ------------------------------------------------------------ revno: 77 tags: release-0.1.0, 2011.07 committer: Paul Larson branch nick: lava-test timestamp: Wed 2011-07-20 10:12:51 -0500 message: Tag 0.1.0 version for 2011.07 release modified: abrek/__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 'abrek/__init__.py' --- abrek/__init__.py 2011-06-23 18:10:54 +0000 +++ abrek/__init__.py 2011-07-20 15:12:51 +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__ = "2011.06" +__version__ = "0.1.0"