From patchwork Wed Aug 24 23:55:13 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: 3668 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 5345623FA3 for ; Wed, 24 Aug 2011 23:55:15 +0000 (UTC) Received: from mail-bw0-f52.google.com (mail-bw0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 41DC1A181B2 for ; Wed, 24 Aug 2011 23:55:15 +0000 (UTC) Received: by mail-bw0-f52.google.com with SMTP id zs2so2040214bkb.11 for ; Wed, 24 Aug 2011 16:55:15 -0700 (PDT) Received: by 10.204.133.215 with SMTP id g23mr2691615bkt.70.1314230114973; Wed, 24 Aug 2011 16:55:14 -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.204.41.75 with SMTP id n11cs33251bke; Wed, 24 Aug 2011 16:55:14 -0700 (PDT) Received: by 10.216.73.197 with SMTP id v47mr139907wed.24.1314230114033; Wed, 24 Aug 2011 16:55:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id y18si18892weq.63.2011.08.24.16.55.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Aug 2011 16:55: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 1QwNHt-0001bv-Ii for ; Wed, 24 Aug 2011 23:55:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 846EEE0419 for ; Wed, 24 Aug 2011 23:55:13 +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: 77 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 77: bump version Message-Id: <20110824235513.22704.54632.launchpad@ackee.canonical.com> Date: Wed, 24 Aug 2011 23:55: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="13779"; Instance="initZopeless config overlay" X-Launchpad-Hash: 0c8531cf0cb83602ecdf64c8fd26eb816105ac82 ------------------------------------------------------------ revno: 77 tags: release-0.5.1 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-08-25 11:53:39 +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-08-22 05:44:58 +0000 +++ lava_scheduler_app/__init__.py 2011-08-24 23:53:39 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 5, 0, "final", 0) +__version__ = (0, 5, 1, "final", 0)