From patchwork Thu Sep 29 12:47:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 4432 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 C964423FB6 for ; Thu, 29 Sep 2011 12:47:16 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id BF2A3A18477 for ; Thu, 29 Sep 2011 12:47:16 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so2448567fxe.11 for ; Thu, 29 Sep 2011 05:47:16 -0700 (PDT) Received: by 10.223.39.146 with SMTP id g18mr2266237fae.122.1317300436673; Thu, 29 Sep 2011 05:47:16 -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.152.3.234 with SMTP id f10cs13453laf; Thu, 29 Sep 2011 05:47:16 -0700 (PDT) Received: by 10.216.160.75 with SMTP id t53mr1153069wek.29.1317300435265; Thu, 29 Sep 2011 05:47:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fl15si1155220wbb.102.2011.09.29.05.47.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Sep 2011 05:47:15 -0700 (PDT) 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 1R9G1C-0000wp-Lg for ; Thu, 29 Sep 2011 12:47:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 99A74E180D for ; Thu, 29 Sep 2011 12:47:14 +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: 243 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 243: Bump version to 0.5.1 Message-Id: <20110929124714.30043.9331.launchpad@ackee.canonical.com> Date: Thu, 29 Sep 2011 12:47:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14063"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: f6afd3bab3b9eaf83e0073e2d7a7b684858f5fe9 ------------------------------------------------------------ revno: 243 tags: release-0.5.1 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-09-29 14:43:30 +0200 message: Bump version to 0.5.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-09-26 14:01:16 +0000 +++ lava_server/__init__.py 2011-09-29 12:43:30 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 5, 0, "final", 0) +__version__ = (0, 5, 1, "final", 0)