From patchwork Sat Dec 17 01:00:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 5833 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 EE28D24267 for ; Sat, 17 Dec 2011 01:00:20 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id D6BEEA18582 for ; Sat, 17 Dec 2011 01:00:20 +0000 (UTC) Received: by eaac11 with SMTP id c11so105344eaa.11 for ; Fri, 16 Dec 2011 17:00:20 -0800 (PST) Received: by 10.204.156.208 with SMTP id y16mr3546893bkw.72.1324083620648; Fri, 16 Dec 2011 17: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.173.131 with SMTP id p3cs6840bkz; Fri, 16 Dec 2011 17:00:20 -0800 (PST) Received: by 10.180.93.228 with SMTP id cx4mr15636602wib.19.1324083619244; Fri, 16 Dec 2011 17:00:19 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id el4si7130212wbb.74.2011.12.16.17.00.19 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Dec 2011 17:00:19 -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 1RbidO-0006Ft-VX for ; Sat, 17 Dec 2011 01:00:18 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id DFDE9E040B for ; Sat, 17 Dec 2011 01:00:18 +0000 (UTC) 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: 169 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-tool/trunk] Rev 169: Bump version to 0.4 dev Message-Id: <20111217010018.21219.30527.launchpad@ackee.canonical.com> Date: Sat, 17 Dec 2011 01:00:18 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14487"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: f49742abe6254301b3190bc3d14da756b8d931a0 ------------------------------------------------------------ revno: 169 committer: Zygmunt Krynicki branch nick: lava-tool timestamp: Sat 2011-12-17 01:58:38 +0100 message: Bump version to 0.4 dev modified: lava_tool/__init__.py --- lp:lava-tool https://code.launchpad.net/~linaro-validation/lava-tool/trunk You are subscribed to branch lp:lava-tool. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-tool/trunk/+edit-subscription === modified file 'lava_tool/__init__.py' --- lava_tool/__init__.py 2011-12-16 05:48:32 +0000 +++ lava_tool/__init__.py 2011-12-17 00:58:38 +0000 @@ -21,4 +21,4 @@ Lava Tool package """ -__version__ = (0, 3, 0, "final", 0) +__version__ = (0, 4, 0, "dev", 0)