From patchwork Mon Jan 30 18:00:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6448 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 2FFC3249C6 for ; Mon, 30 Jan 2012 18:00:21 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 1ECBBA180A8 for ; Mon, 30 Jan 2012 18:00:21 +0000 (UTC) Received: by bkar19 with SMTP id r19so4572758bka.11 for ; Mon, 30 Jan 2012 10:00:20 -0800 (PST) Received: by 10.204.200.197 with SMTP id ex5mr8859889bkb.128.1327946420848; Mon, 30 Jan 2012 10:00:20 -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.204.130.220 with SMTP id u28cs159851bks; Mon, 30 Jan 2012 10:00:20 -0800 (PST) Received: by 10.180.85.105 with SMTP id g9mr10529669wiz.12.1327946420522; Mon, 30 Jan 2012 10:00:20 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id w2si13199588weq.3.2012.01.30.10.00.20 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jan 2012 10:00:20 -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 1RrvWe-0004t3-Ar for ; Mon, 30 Jan 2012 18:00:20 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 467A6E04D0 for ; Mon, 30 Jan 2012 18:00:20 +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: 213 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 213: release 0.5.0 Message-Id: <20120130180020.13508.74918.launchpad@ackee.canonical.com> Date: Mon, 30 Jan 2012 18:00:20 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14727"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 6acd8f4e0998e9d36efa0eef1b7f42f9f1487b76 ------------------------------------------------------------ revno: 213 tags: release-0.5.0 committer: Paul Larson branch nick: lava-dispatcher timestamp: Mon 2012-01-30 11:56:32 -0600 message: release 0.5.0 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-01-27 03:34:40 +0000 +++ lava_dispatcher/__init__.py 2012-01-30 17:56:32 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see . -__version__ = (0, 4, 5, "final", 0) +__version__ = (0, 5, 0, "final", 0)