From patchwork Tue Feb 7 19:33:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 6685 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 0789C23DEE for ; Tue, 7 Feb 2012 19:33:16 +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 CCA98A18777 for ; Tue, 7 Feb 2012 19:33:15 +0000 (UTC) Received: by ggnr1 with SMTP id r1so4775553ggn.11 for ; Tue, 07 Feb 2012 11:33:15 -0800 (PST) Received: by 10.50.57.234 with SMTP id l10mr28890166igq.12.1328643195119; Tue, 07 Feb 2012 11:33:15 -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.231.169.210 with SMTP id a18cs134514ibz; Tue, 7 Feb 2012 11:33:14 -0800 (PST) Received: by 10.181.12.106 with SMTP id ep10mr21755411wid.8.1328643193158; Tue, 07 Feb 2012 11:33:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id v65si13960249weq.20.2012.02.07.11.33.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 11:33:13 -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 1Ruqmu-00083n-KP for ; Tue, 07 Feb 2012 19:33:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 8EBEAE0261 for ; Tue, 7 Feb 2012 19:33: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: 300 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 300: Bump version to 0.12 Message-Id: <20120207193312.10110.36660.launchpad@ackee.canonical.com> Date: Tue, 07 Feb 2012 19:33: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="14747"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: ca1926f8200d557fc14f1f1d1d988973000c809b ------------------------------------------------------------ revno: 300 tags: release-0.12 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2012-02-07 20:28:45 +0100 message: Bump version to 0.12 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 2012-01-19 18:22:07 +0000 +++ dashboard_app/__init__.py 2012-02-07 19:28:45 +0000 @@ -20,4 +20,4 @@ Dashboard Application (package) """ -__version__ = (0, 11, 0, "final", 0) +__version__ = (0, 12, 0, "final", 0)