From patchwork Mon Dec 5 21:45:17 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: 5489 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 B9CF723E03 for ; Mon, 5 Dec 2011 21:45:19 +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 9AB10A18547 for ; Mon, 5 Dec 2011 21:45:19 +0000 (UTC) Received: by lagm6 with SMTP id m6so582911lag.11 for ; Mon, 05 Dec 2011 13:45:19 -0800 (PST) Received: by 10.152.104.206 with SMTP id gg14mr7264471lab.41.1323121519215; Mon, 05 Dec 2011 13:45:19 -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 h6cs285226lal; Mon, 5 Dec 2011 13:45:19 -0800 (PST) Received: by 10.14.18.34 with SMTP id k34mr1428425eek.229.1323121517696; Mon, 05 Dec 2011 13:45:17 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id j11si6120154eej.160.2011.12.05.13.45.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 13:45:17 -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 1RXgLd-0007gl-B1 for ; Mon, 05 Dec 2011 21:45:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 43B16E0583 for ; Mon, 5 Dec 2011 21:45:17 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard X-Launchpad-Branch: ~linaro-validation/lava-dashboard/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 287 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 287: release version 0.10 Message-Id: <20111205214517.4110.59494.launchpad@ackee.canonical.com> Date: Mon, 05 Dec 2011 21:45:17 -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: 544e118d141983026860d78892a1d0b8c4932483 ------------------------------------------------------------ revno: 287 tags: release-0.10 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2011-12-06 10:43:17 +1300 message: release version 0.10 modified: dashboard_app/__init__.py setup.py --- lp:lava-dashboard https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk You are subscribed to branch lp:lava-dashboard. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription === modified file 'dashboard_app/__init__.py' --- dashboard_app/__init__.py 2011-11-18 03:42:06 +0000 +++ dashboard_app/__init__.py 2011-12-05 21:43:17 +0000 @@ -20,4 +20,4 @@ Dashboard Application (package) """ -__version__ = (0, 9, 3, "final", 0) +__version__ = (0, 10, 0, "final", 0) === modified file 'setup.py' --- setup.py 2011-11-09 00:01:03 +0000 +++ setup.py 2011-12-05 21:43:17 +0000 @@ -51,7 +51,7 @@ 'django-restricted-resource >= 0.2.6', 'django-staticfiles == 0.3.4', 'docutils >= 0.6', - 'lava-server >= 0.7.1', + 'lava-server >= 0.8', 'linaro-dashboard-bundle >= 1.5.2', 'linaro-django-pagination >= 2.0.2', 'linaro-django-xmlrpc >= 0.4',