From patchwork Wed Feb 15 23:06:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6808 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 A6B3523FF0 for ; Wed, 15 Feb 2012 23:06:13 +0000 (UTC) Received: from mail-gy0-f180.google.com (mail-gy0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id 6EF18A18A1F for ; Wed, 15 Feb 2012 23:06:13 +0000 (UTC) Received: by ghbz22 with SMTP id z22so1267495ghb.11 for ; Wed, 15 Feb 2012 15:06:13 -0800 (PST) Received: by 10.50.203.6 with SMTP id km6mr121333igc.25.1329347172892; Wed, 15 Feb 2012 15:06:12 -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.80.19 with SMTP id r19cs8438ibk; Wed, 15 Feb 2012 15:06:12 -0800 (PST) Received: by 10.180.80.35 with SMTP id o3mr240685wix.5.1329347171382; Wed, 15 Feb 2012 15:06:11 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id ep20si3701263wid.38.2012.02.15.15.06.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 15:06:11 -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 1RxnvO-0000jO-SL for ; Wed, 15 Feb 2012 23:06:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id CD351E03D7 for ; Wed, 15 Feb 2012 23:06:10 +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: 346 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 346: version bump 0.10 Message-Id: <20120215230610.13069.82216.launchpad@ackee.canonical.com> Date: Wed, 15 Feb 2012 23:06:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14781"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 5141f56c8de6268ee4bffd6eeee7db27ee075948 X-Gm-Message-State: ALoCoQk0y/7kVMcopnOaEMeFWerOGUGz+VYCgg4nfo7SGis3TKPz5avfRBBwOw3BqOAiJzjhf7s/ ------------------------------------------------------------ revno: 346 committer: Paul Larson branch nick: lava-server timestamp: Wed 2012-02-15 15:04:25 -0800 message: version bump 0.10 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 2012-02-09 02:56:00 +0000 +++ lava_server/__init__.py 2012-02-15 23:04:25 +0000 @@ -23,4 +23,4 @@ The LAVA server package. Contains only the version declaration. """ -__version__ = (0, 9, 1, "final", 0) +__version__ = (0, 10, 0, "final", 0)