From patchwork Mon Dec 5 21:49:14 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: 5490 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 633E223E03 for ; Mon, 5 Dec 2011 21:49:17 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 4078FA18330 for ; Mon, 5 Dec 2011 21:49:17 +0000 (UTC) Received: by lagm6 with SMTP id m6so584948lag.11 for ; Mon, 05 Dec 2011 13:49:16 -0800 (PST) Received: by 10.152.105.67 with SMTP id gk3mr7261824lab.48.1323121756764; Mon, 05 Dec 2011 13:49:16 -0800 (PST) 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.152.41.198 with SMTP id h6cs285408lal; Mon, 5 Dec 2011 13:49:16 -0800 (PST) Received: by 10.213.31.69 with SMTP id x5mr1463563ebc.17.1323121754875; Mon, 05 Dec 2011 13:49:14 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id 26si5187930eev.74.2011.12.05.13.49.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 13:49:14 -0800 (PST) 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 1RXgPS-0008Nf-71 for ; Mon, 05 Dec 2011 21:49:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 2697CE017C for ; Mon, 5 Dec 2011 21:49:14 +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: 106 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 106: release 0.6 Message-Id: <20111205214914.5990.15400.launchpad@ackee.canonical.com> Date: Mon, 05 Dec 2011 21:49:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14435"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 1558d7b8f1e33e76b73eacc9da60ace1ad6463b5 ------------------------------------------------------------ revno: 106 tags: release-0.6 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2011-12-06 10:46:59 +1300 message: release 0.6 modified: lava_scheduler_app/__init__.py setup.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-11-18 03:30:43 +0000 +++ lava_scheduler_app/__init__.py 2011-12-05 21:46:59 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 5, 5, "final", 0) +__version__ = (0, 6, 0, "final", 0) === modified file 'setup.py' --- setup.py 2011-12-01 12:34:01 +0000 +++ setup.py 2011-12-05 21:46:59 +0000 @@ -33,7 +33,7 @@ scheduler = lava_scheduler_app.extension:SchedulerExtension """, install_requires=[ - "lava-server >= 0.7.1", + "lava-server >= 0.8", "simplejson", "south >= 0.7.3", "twisted",