From patchwork Thu Aug 25 23:27: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: 3700 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 2D16C23F27 for ; Thu, 25 Aug 2011 23:27:17 +0000 (UTC) Received: from mail-gx0-f180.google.com (mail-gx0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id E2D99A18498 for ; Thu, 25 Aug 2011 23:27:16 +0000 (UTC) Received: by gxk10 with SMTP id 10so3156693gxk.11 for ; Thu, 25 Aug 2011 16:27:16 -0700 (PDT) Received: by 10.150.229.16 with SMTP id b16mr1694533ybh.155.1314314836332; Thu, 25 Aug 2011 16:27: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.151.27.20 with SMTP id e20cs259389ybj; Thu, 25 Aug 2011 16:27:15 -0700 (PDT) Received: by 10.216.138.88 with SMTP id z66mr1139426wei.92.1314314834475; Thu, 25 Aug 2011 16:27:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id s11si2864772wec.56.2011.08.25.16.27.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Aug 2011 16:27: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 1QwjKL-0007qN-N8 for ; Thu, 25 Aug 2011 23:27:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id A369CE02C7 for ; Thu, 25 Aug 2011 23:27:13 +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: 262 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 262: bump version down to 0.7.1 Message-Id: <20110825232713.17779.24561.launchpad@ackee.canonical.com> Date: Thu, 25 Aug 2011 23:27: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: ef4db7b5b3513ecd0463066705b1c1d09f369c8a ------------------------------------------------------------ revno: 262 tags: release-0.7.1 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Fri 2011-08-26 11:24:48 +1200 message: bump version down to 0.7.1 modified: dashboard_app/__init__.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-08-23 21:54:23 +0000 +++ dashboard_app/__init__.py 2011-08-25 23:24:48 +0000 @@ -20,4 +20,4 @@ Dashboard Application (package) """ -__version__ = (0, 8, 0, "dev", 0) +__version__ = (0, 7, 1, "final", 0)