From patchwork Fri Jan 20 00:26:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 6310 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 DD30723F8D for ; Fri, 20 Jan 2012 00:26:17 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id CCE68A187D9 for ; Fri, 20 Jan 2012 00:26:17 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id zt4so29187bkb.11 for ; Thu, 19 Jan 2012 16:26:17 -0800 (PST) Received: by 10.204.10.73 with SMTP id o9mr5370706bko.99.1327019177659; Thu, 19 Jan 2012 16:26:17 -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.205.82.144 with SMTP id ac16cs27131bkc; Thu, 19 Jan 2012 16:26:17 -0800 (PST) Received: by 10.180.99.225 with SMTP id et1mr48249074wib.2.1327019175428; Thu, 19 Jan 2012 16:26:15 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id f50si979958wed.144.2012.01.19.16.26.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 16:26:15 -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 1Ro2J5-0000WV-6y for ; Fri, 20 Jan 2012 00:26:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 2E5D5E01EB for ; Fri, 20 Jan 2012 00:26: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: 116 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 116: bump version Message-Id: <20120120002615.17625.23300.launchpad@ackee.canonical.com> Date: Fri, 20 Jan 2012 00:26: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="14692"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 81eb3074b9e28a255e2fa211662d0b916895e0b2 ------------------------------------------------------------ revno: 116 tags: release-0.7.2 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Fri 2012-01-20 13:24:46 +1300 message: bump version modified: doc/changes.rst 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 'doc/changes.rst' --- doc/changes.rst 2012-01-19 17:24:24 +0000 +++ doc/changes.rst 2012-01-20 00:24:46 +0000 @@ -1,6 +1,13 @@ Version History *************** +.. _version_0.7.2: + +Version 0.7.2 +============= +* Revert 'allow results to be submitted to non-anonymous bundle streams' as it + caused the entire job to be deleted when it completed. + .. _version_0.7.1: Version 0.7.1 === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2012-01-19 17:24:24 +0000 +++ lava_scheduler_app/__init__.py 2012-01-20 00:24:46 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 7, 1, "final", 0) +__version__ = (0, 7, 2, "final", 0)