From patchwork Thu Jan 19 18:24:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 6306 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 8597D23E29 for ; Thu, 19 Jan 2012 18:31:24 +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 63FC0A181E6 for ; Thu, 19 Jan 2012 18:31:24 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so300246bkb.11 for ; Thu, 19 Jan 2012 10:31:24 -0800 (PST) Received: by 10.204.10.73 with SMTP id o9mr5018144bko.99.1326997884076; Thu, 19 Jan 2012 10:31:24 -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 ac16cs19630bkc; Thu, 19 Jan 2012 10:31:23 -0800 (PST) Received: by 10.180.101.35 with SMTP id fd3mr45898771wib.22.1326997881562; Thu, 19 Jan 2012 10:31:21 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id n8si220466weq.98.2012.01.19.10.31.21 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 10:31:21 -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 1Rnwlc-0001IT-T3 for ; Thu, 19 Jan 2012 18:31:20 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id C6993E15D4 for ; Thu, 19 Jan 2012 18:24:14 +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: 294 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 294: Bump version to 0.11 (all the way up to eleven!) Message-Id: <20120119182414.22868.31097.launchpad@ackee.canonical.com> Date: Thu, 19 Jan 2012 18:24: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="14692"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 12a99148d62df066b19cf88c7d6f92414a94ec7b ------------------------------------------------------------ revno: 294 tags: release-0.11 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2012-01-19 19:22:07 +0100 message: Bump version to 0.11 (all the way up to eleven!) 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-12-15 20:46:27 +0000 +++ dashboard_app/__init__.py 2012-01-19 18:22:07 +0000 @@ -20,4 +20,4 @@ Dashboard Application (package) """ -__version__ = (0, 10, 1, "final", 0) +__version__ = (0, 11, 0, "final", 0)