From patchwork Mon Dec 5 21:42:15 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: 5488 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 ACE8D23E03 for ; Mon, 5 Dec 2011 21:42:17 +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 8782AA18330 for ; Mon, 5 Dec 2011 21:42:17 +0000 (UTC) Received: by lagm6 with SMTP id m6so581240lag.11 for ; Mon, 05 Dec 2011 13:42:17 -0800 (PST) Received: by 10.152.106.115 with SMTP id gt19mr7275281lab.27.1323121337164; Mon, 05 Dec 2011 13:42:17 -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 h6cs285083lal; Mon, 5 Dec 2011 13:42:17 -0800 (PST) Received: by 10.14.5.144 with SMTP id 16mr334948eel.171.1323121335586; Mon, 05 Dec 2011 13:42:15 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id t16si7958222eeh.54.2011.12.05.13.42.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 13:42:15 -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 1RXgIh-0007du-6Y for ; Mon, 05 Dec 2011 21:42:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 296B8E0135 for ; Mon, 5 Dec 2011 21:42:15 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 331 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 331: bump version Message-Id: <20111205214215.3718.55075.launchpad@ackee.canonical.com> Date: Mon, 05 Dec 2011 21:42:15 -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: e577b33ab2ed8253dd74eeb5cf8c904b2bee5e2f ------------------------------------------------------------ revno: 331 tags: release-0.8.0 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2011-12-06 10:39:33 +1300 message: bump version modified: lava_server/__init__.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_server/__init__.py' --- lava_server/__init__.py 2011-11-18 17:00:04 +0000 +++ lava_server/__init__.py 2011-12-05 21:39:33 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 8, 0, "dev", 0) +__version__ = (0, 8, 0, "final", 0)