From patchwork Thu Jun 23 18:16:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 2278 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 D14E923F6D for ; Thu, 23 Jun 2011 18:18:18 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9F683A189C3 for ; Thu, 23 Jun 2011 18:18:18 +0000 (UTC) Received: by qyk30 with SMTP id 30so1530643qyk.11 for ; Thu, 23 Jun 2011 11:18:18 -0700 (PDT) Received: by 10.229.30.3 with SMTP id s3mr686979qcc.21.1308853098044; Thu, 23 Jun 2011 11:18:18 -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.230.139 with SMTP id jm11cs26828qcb; Thu, 23 Jun 2011 11:18:17 -0700 (PDT) Received: by 10.216.69.196 with SMTP id n46mr2099584wed.86.1308853096610; Thu, 23 Jun 2011 11:18:16 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id t53si4379816weq.64.2011.06.23.11.18.16; Thu, 23 Jun 2011 11:18:16 -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 1QZoTm-0003iU-Mq for ; Thu, 23 Jun 2011 18:18:15 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id BE5672E8AB7 for ; Thu, 23 Jun 2011 18:16:27 +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: 72 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 72: Release 2011.06 Message-Id: <20110623181627.5294.95976.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 18:16:27 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: b0350ae80a16049b71fb869e91c97c5b37f04143 ------------------------------------------------------------ revno: 72 tags: 2011.06 committer: Paul Larson branch nick: lava-test timestamp: Thu 2011-06-23 13:10:54 -0500 message: Release 2011.06 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 2010-08-18 15:33:32 +0000 +++ abrek/__init__.py 2011-06-23 18:10:54 +0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Linaro +# Copyright (c) 2010, 2011 Linaro # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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.0.1" +__version__ = "2011.06"