From patchwork Sat Aug 20 02:23: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: 3586 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 211D623E52 for ; Sat, 20 Aug 2011 02:23:16 +0000 (UTC) Received: from mail-yi0-f52.google.com (mail-yi0-f52.google.com [209.85.218.52]) by fiordland.canonical.com (Postfix) with ESMTP id DF386A1827F for ; Sat, 20 Aug 2011 02:23:15 +0000 (UTC) Received: by yie13 with SMTP id 13so3761511yie.11 for ; Fri, 19 Aug 2011 19:23:15 -0700 (PDT) Received: by 10.151.21.21 with SMTP id y21mr57570ybi.447.1313806995336; Fri, 19 Aug 2011 19:23:15 -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.150.157.17 with SMTP id f17cs124300ybe; Fri, 19 Aug 2011 19:23:15 -0700 (PDT) Received: by 10.227.54.210 with SMTP id r18mr40912wbg.52.1313806994351; Fri, 19 Aug 2011 19:23:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id fo18si9853485wbb.123.2011.08.19.19.23.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 19:23:14 -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 1QubDN-0005V9-Iw for ; Sat, 20 Aug 2011 02:23:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 83881E0618 for ; Sat, 20 Aug 2011 02:23: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: 90 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 90: bump version to 0.2.0 Message-Id: <20110820022313.23052.37073.launchpad@ackee.canonical.com> Date: Sat, 20 Aug 2011 02:23: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="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: 26d01308c845cfe2287055a3218f8425d1517c04 ------------------------------------------------------------ revno: 90 tags: 2011.08, release-0.2.0 committer: Paul Larson branch nick: lava-test timestamp: Sat 2011-08-20 03:20:37 +0100 message: bump version to 0.2.0 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-07-20 15:12:51 +0000 +++ abrek/__init__.py 2011-08-20 02:20:37 +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.1.0" +__version__ = "0.2.0"