Message ID | 20120322183111.21452.35088.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show
Return-Path: <patch+caf_=linaro-patchwork=canonical.com@linaro.org> 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 1A36023E12 for <patchwork@peony.canonical.com>; Thu, 22 Mar 2012 18:31:15 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id D6AEFA1815E for <linaro-patchwork@canonical.com>; Thu, 22 Mar 2012 18:31:14 +0000 (UTC) Received: by iage36 with SMTP id e36so4558013iag.11 for <linaro-patchwork@canonical.com>; Thu, 22 Mar 2012 11:31:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=7FJPph4NTatj0p8pJBP9P9eLtYOg2vV3ZCjd7aamRho=; b=Ctuzn8LJMNsHq20S6AM4ZaupULCSk6ahQUe2oMkET8noz6ARa619OUv67qpBEyiMcC AmNxBb++/vi8j99MB8cOsThKcUgZOXLGUmI39UdNAUEx7HdEOunWW/JEKYTv/uIl9FxJ aQcqD1XBe41lWdtmtAT0cCXn9c/gNtmEK5jtca49jaGJJy7sdK+AMSTFgrhWvRnwy1CT GD0s+yAI7uLm9dYHi4jccbEF4dc2DdjhDrLdU8yOglc86ShfAxKIslswMq/I8OO4oxFB jJn3x7bXbc/gMovyR8vRBXg1ZZHW923tG2A7c27TRlH0lQlPez6XkoJpRcYmH5OP5wfN xrxQ== Received: by 10.50.183.163 with SMTP id en3mr2837903igc.12.1332441074184; Thu, 22 Mar 2012 11:31:14 -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.231.203.79 with SMTP id fh15csp3335ibb; Thu, 22 Mar 2012 11:31:12 -0700 (PDT) Received: by 10.180.96.168 with SMTP id dt8mr7524817wib.18.1332441071721; Thu, 22 Mar 2012 11:31:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id h2si3323414wiz.2.2012.03.22.11.31.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Mar 2012 11:31:11 -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 1SAmn1-0001GG-6d for <patches@linaro.org>; Thu, 22 Mar 2012 18:31:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 24182E0194 for <patches@linaro.org>; Thu, 22 Mar 2012 18:31:11 +0000 (UTC) Content-Type: multipart/mixed; boundary="===============7160617541600013875==" MIME-Version: 1.0 X-Launchpad-Project: lava-tool X-Launchpad-Branch: ~linaro-validation/lava-tool/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 174 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker <patches@linaro.org> From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-tool/trunk] Rev 174: Bump version to 0.4 Message-Id: <20120322183111.21452.35088.launchpad@ackee.canonical.com> Date: Thu, 22 Mar 2012 18:31: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="14981"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 79a36e0da76d4367a7b5b8513086113c36c0441c X-Gm-Message-State: ALoCoQlk5SH9B/XRc0elCy/p3QNAaXsQ9O6KO0t/p84t/TS8+cTeSkNkMm9vuFEPU6ymHt9fnQPZ |
=== modified file 'lava/tool/__init__.py' --- lava/tool/__init__.py 2012-03-13 15:40:30 +0000 +++ lava/tool/__init__.py 2012-03-22 18:25:21 +0000 @@ -24,4 +24,4 @@ Generic code for command line utilities for LAVA """ -__version__ = (0, 4, 0, "dev", 0) +__version__ = (0, 4, 0, "final", 0)