From patchwork Tue Feb 7 20:43:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 6691 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 AF3E223E01 for ; Tue, 7 Feb 2012 20:43:15 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 7F5B9A1813B for ; Tue, 7 Feb 2012 20:43:15 +0000 (UTC) Received: by yhgm50 with SMTP id m50so3653850yhg.11 for ; Tue, 07 Feb 2012 12:43:15 -0800 (PST) Received: by 10.50.153.133 with SMTP id vg5mr18364574igb.8.1328647394836; Tue, 07 Feb 2012 12:43:14 -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.169.210 with SMTP id a18cs136129ibz; Tue, 7 Feb 2012 12:43:14 -0800 (PST) Received: by 10.180.90.212 with SMTP id by20mr36860271wib.12.1328647391831; Tue, 07 Feb 2012 12:43:11 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id r58si14055541weq.117.2012.02.07.12.43.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 12:43: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 1Rursd-0006j2-6i for ; Tue, 07 Feb 2012 20:43:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 29C1EE0136 for ; Tue, 7 Feb 2012 20:43:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 223 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 223: Downbump version to 0.5.3 Message-Id: <20120207204311.2987.48233.launchpad@ackee.canonical.com> Date: Tue, 07 Feb 2012 20:43:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14747"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 516efa3bdcc458b729ba801d63a0b5d0648d3910 X-Gm-Message-State: ALoCoQmh5VD8BDSuKAXh+U/mPYOVeuN6t+/cGYe7gFOYmbUvlY6BjlMUD62ZEUwYbY660x9AX73B ------------------------------------------------------------ revno: 223 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2012-02-07 21:32:36 +0100 message: Downbump version to 0.5.3 modified: lava_dispatcher/__init__.py --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-02-07 20:30:14 +0000 +++ lava_dispatcher/__init__.py 2012-02-07 20:32:36 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see . -__version__ = (0, 6, 0, "dev", 0) +__version__ = (0, 5, 3, "final", 0)