From patchwork Thu Jun 23 18:53:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 2287 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 9603523F7C for ; Thu, 23 Jun 2011 18:53:40 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 5E414A18668 for ; Thu, 23 Jun 2011 18:53:40 +0000 (UTC) Received: by qwb8 with SMTP id 8so1579609qwb.11 for ; Thu, 23 Jun 2011 11:53:39 -0700 (PDT) Received: by 10.229.30.3 with SMTP id s3mr722975qcc.21.1308855219700; Thu, 23 Jun 2011 11:53:39 -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.229.230.139 with SMTP id jm11cs27894qcb; Thu, 23 Jun 2011 11:53:39 -0700 (PDT) Received: by 10.217.6.81 with SMTP id x59mr4016272wes.15.1308855218537; Thu, 23 Jun 2011 11:53:38 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id o80si4455908weq.34.2011.06.23.11.53.38; Thu, 23 Jun 2011 11:53:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QZp20-0002sI-Fc for ; Thu, 23 Jun 2011 18:53:36 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 18C372E899A for ; Thu, 23 Jun 2011 18:53: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: 182 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 182: Mark final for 0.2 release Message-Id: <20110623185315.31991.93395.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 18:53: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="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: 3cc9b5ee71c1c5fb4b1c1b0fbc6c659a9ee87d28 ------------------------------------------------------------ revno: 182 tags: release-0.2, 2011.06 committer: Paul Larson branch nick: lava-server timestamp: Thu 2011-06-23 13:50:08 -0500 message: Mark final for 0.2 release 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-06-13 10:34:47 +0000 +++ lava_server/__init__.py 2011-06-23 18:50:08 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 2, 0, "dev", 0) +__version__ = (0, 2, 0, "final", 0)