From patchwork Mon Dec 5 23:26:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 5493 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 C742523E16 for ; Mon, 5 Dec 2011 23:26:15 +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 9D212A185DE for ; Mon, 5 Dec 2011 23:26:15 +0000 (UTC) Received: by lagm6 with SMTP id m6so630807lag.11 for ; Mon, 05 Dec 2011 15:26:15 -0800 (PST) Received: by 10.152.145.233 with SMTP id sx9mr7422071lab.6.1323127575263; Mon, 05 Dec 2011 15:26: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.152.41.198 with SMTP id h6cs289852lal; Mon, 5 Dec 2011 15:26:15 -0800 (PST) Received: by 10.216.139.9 with SMTP id b9mr2374232wej.80.1323127573587; Mon, 05 Dec 2011 15:26:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id v29si10768872weq.18.2011.12.05.15.26.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 15:26: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 1RXhvJ-00022i-2f for ; Mon, 05 Dec 2011 23:26:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0AC98E0437 for ; Mon, 5 Dec 2011 23:26:13 +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: 333 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 333: Bump to 0.8.1 Message-Id: <20111205232613.31816.19292.launchpad@ackee.canonical.com> Date: Mon, 05 Dec 2011 23:26: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="14435"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 9c1924b6a07200d23560d774867dbebd98760edb ------------------------------------------------------------ revno: 333 tags: release-0.8.1 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2011-12-06 00:23:50 +0100 message: Bump to 0.8.1 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-12-05 21:39:33 +0000 +++ lava_server/__init__.py 2011-12-05 23:23:50 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 8, 0, "final", 0) +__version__ = (0, 8, 1, "final", 0)