From patchwork Mon Aug 22 05:47:15 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: 3593 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 8965C23F4D for ; Mon, 22 Aug 2011 05:47:18 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 51C3FA185FD for ; Mon, 22 Aug 2011 05:47:18 +0000 (UTC) Received: by yxi11 with SMTP id 11so4775551yxi.11 for ; Sun, 21 Aug 2011 22:47:17 -0700 (PDT) Received: by 10.151.21.21 with SMTP id y21mr1801422ybi.447.1313992036749; Sun, 21 Aug 2011 22:47:16 -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 f17cs183690ybe; Sun, 21 Aug 2011 22:47:16 -0700 (PDT) Received: by 10.216.161.16 with SMTP id v16mr1557863wek.61.1313992035784; Sun, 21 Aug 2011 22:47:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id j47si14506087wed.46.2011.08.21.22.47.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Aug 2011 22:47:15 -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 1QvNLv-0007iz-3j for ; Mon, 22 Aug 2011 05:47:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0F70FE0400 for ; Mon, 22 Aug 2011 05:47:15 +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: 74 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 74: bump version to a more confident sounding 0.5.0 Message-Id: <20110822054715.5260.48504.launchpad@ackee.canonical.com> Date: Mon, 22 Aug 2011 05:47:15 -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: 3fe39488afde12e0864c99dce3a8d1f4fa0b337d ------------------------------------------------------------ revno: 74 tags: release-0.5.0 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Mon 2011-08-22 17:44:58 +1200 message: bump version to a more confident sounding 0.5.0 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 04:11:06 +0000 +++ lava_scheduler_app/__init__.py 2011-08-22 05:44:58 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 5, 0, "alpha", 1) +__version__ = (0, 5, 0, "final", 0)