From patchwork Tue Jul 26 06:25:41 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: 3121 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 A649A23F3F for ; Tue, 26 Jul 2011 06:25: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 71FEBA18182 for ; Tue, 26 Jul 2011 06:25:44 +0000 (UTC) Received: by qwb8 with SMTP id 8so77251qwb.11 for ; Mon, 25 Jul 2011 23:25:44 -0700 (PDT) Received: by 10.229.1.217 with SMTP id 25mr1708098qcg.38.1311661543890; Mon, 25 Jul 2011 23:25: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 hl14cs100078qcb; Mon, 25 Jul 2011 23:25:43 -0700 (PDT) Received: by 10.227.196.193 with SMTP id eh1mr4250513wbb.12.1311661542172; Mon, 25 Jul 2011 23:25:42 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id m11si261709wbh.88.2011.07.25.23.25.41; Mon, 25 Jul 2011 23:25: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 1Qlb5J-0007Ce-DD for ; Tue, 26 Jul 2011 06:25:41 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 59F7C2E8911 for ; Tue, 26 Jul 2011 06:25:41 +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: 47 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 47: bump version Message-Id: <20110726062541.18241.33306.launchpad@loganberry.canonical.com> Date: Tue, 26 Jul 2011 06:25: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="13503"; Instance="initZopeless config overlay" X-Launchpad-Hash: 82b15dcf4498b1653ec2711ff000325ddc9bc265 ------------------------------------------------------------ revno: 47 tags: release-0.4.1 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Tue 2011-07-26 17:32:48 +1200 message: bump version 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-26 05:19:18 +0000 +++ lava_scheduler_app/__init__.py 2011-07-26 05:32:48 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 4, 0, "final", 0) +__version__ = (0, 4, 1, "final", 0)