From patchwork Fri Aug 19 04:19:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 3530 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 708C023E54 for ; Fri, 19 Aug 2011 04:19:14 +0000 (UTC) Received: from mail-ew0-f52.google.com (mail-ew0-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 53DCBA183A8 for ; Fri, 19 Aug 2011 04:19:14 +0000 (UTC) Received: by ewy28 with SMTP id 28so1410272ewy.11 for ; Thu, 18 Aug 2011 21:19:14 -0700 (PDT) Received: by 10.213.29.147 with SMTP id q19mr18612ebc.132.1313727553975; Thu, 18 Aug 2011 21:19:13 -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.213.102.5 with SMTP id e5cs112830ebo; Thu, 18 Aug 2011 21:19:13 -0700 (PDT) Received: by 10.227.157.81 with SMTP id a17mr1284943wbx.75.1313727553500; Thu, 18 Aug 2011 21:19:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id el1si333403wbb.64.2011.08.18.21.19.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Aug 2011 21:19:13 -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 1QuGY5-0008Vr-0G for ; Fri, 19 Aug 2011 04:19:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id EB9A6E0444 for ; Fri, 19 Aug 2011 04:19:12 +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: 259 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 259: Bump version to 0.7 final Message-Id: <20110819041912.15936.82201.launchpad@ackee.canonical.com> Date: Fri, 19 Aug 2011 04:19:12 -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: 1e12094cd8ac0b1c2a1b37a73d1794ce7691cd62 ------------------------------------------------------------ revno: 259 tags: release-0.7 committer: Zygmunt Krynicki branch nick: pristine timestamp: Fri 2011-08-19 06:17:24 +0200 message: Bump version to 0.7 final 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-07-26 09:42:15 +0000 +++ dashboard_app/__init__.py 2011-08-19 04:17:24 +0000 @@ -20,4 +20,4 @@ Dashboard Application (package) """ -__version__ = (0, 7, 0, "alpha", 1) +__version__ = (0, 7, 0, "final", 0)