From patchwork Mon Aug 1 16:20:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 3210 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 6801623F51 for ; Mon, 1 Aug 2011 16:26:53 +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 2CFA4A1833F for ; Mon, 1 Aug 2011 16:26:53 +0000 (UTC) Received: by qwb8 with SMTP id 8so4225621qwb.11 for ; Mon, 01 Aug 2011 09:26:52 -0700 (PDT) Received: by 10.229.44.195 with SMTP id b3mr1002822qcf.7.1312216012013; Mon, 01 Aug 2011 09:26:52 -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.6.73 with SMTP id 9cs98137qcy; Mon, 1 Aug 2011 09:26:51 -0700 (PDT) Received: by 10.216.143.66 with SMTP id k44mr941114wej.81.1312215651961; Mon, 01 Aug 2011 09:20:51 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id y56si9592164wec.37.2011.08.01.09.20.51; Mon, 01 Aug 2011 09:20:51 -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 1QnvEZ-0007SY-FN for ; Mon, 01 Aug 2011 16:20:51 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 72EBA2E8067 for ; Mon, 1 Aug 2011 16:20:51 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 58 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 58: bump version to 0.4.3 Message-Id: <20110801162051.16917.22019.launchpad@loganberry.canonical.com> Date: Mon, 01 Aug 2011 16:20:51 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13543"; Instance="initZopeless config overlay" X-Launchpad-Hash: 37c58a9ebc684564870ec392df1d46cca63669ea ------------------------------------------------------------ revno: 58 tags: release-0.4.3 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Mon 2011-08-01 17:18:40 +0100 message: bump version to 0.4.3 modified: lava_scheduler_app/__init__.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2011-07-27 10:24:58 +0000 +++ lava_scheduler_app/__init__.py 2011-08-01 16:18:40 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 4, 2, "alpha", 1) +__version__ = (0, 4, 3, "final", 0)