From patchwork Fri Jul 22 01:30:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 3042 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 CB65A23DE6 for ; Fri, 22 Jul 2011 01:30:50 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 9110BA182C8 for ; Fri, 22 Jul 2011 01:30:50 +0000 (UTC) Received: by qyk10 with SMTP id 10so4400711qyk.11 for ; Thu, 21 Jul 2011 18:30:50 -0700 (PDT) Received: by 10.229.217.3 with SMTP id hk3mr911762qcb.38.1311298250063; Thu, 21 Jul 2011 18:30:50 -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.217.78 with SMTP id hl14cs2595qcb; Thu, 21 Jul 2011 18:30:49 -0700 (PDT) Received: by 10.227.59.71 with SMTP id k7mr681228wbh.1.1311298248768; Thu, 21 Jul 2011 18:30:48 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id o17si3495173wbh.88.2011.07.21.18.30.48; Thu, 21 Jul 2011 18:30:48 -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 1Qk4Zk-0006Lx-5O for ; Fri, 22 Jul 2011 01:30:48 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 21EE02E800C for ; Fri, 22 Jul 2011 01:30:48 +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: 220 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 220: Version 0.3.0 Message-Id: <20110722013048.1966.6920.launchpad@loganberry.canonical.com> Date: Fri, 22 Jul 2011 01:30:48 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13475"; Instance="initZopeless config overlay" X-Launchpad-Hash: 366bde76bf258809a9579d31a5de3c42fbfafd9b ------------------------------------------------------------ revno: 220 tags: release-0.3, 2011.07 committer: Paul Larson branch nick: lava-server timestamp: Thu 2011-07-21 20:28:48 -0500 message: Version 0.3.0 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-07-21 23:13:28 +0000 +++ lava_server/__init__.py 2011-07-22 01:28:48 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 3, 0, "candidate", 2) +__version__ = (0, 3, 0, "final", 0)