From patchwork Thu Jul 14 12:38:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2690 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 44D1E24259 for ; Thu, 14 Jul 2011 12:38:17 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 14BD0A1844E for ; Thu, 14 Jul 2011 12:38:16 +0000 (UTC) Received: by qwb8 with SMTP id 8so128743qwb.11 for ; Thu, 14 Jul 2011 05:38:16 -0700 (PDT) Received: by 10.229.25.212 with SMTP id a20mr1648993qcc.148.1310647095238; Thu, 14 Jul 2011 05:38:15 -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.229.217.78 with SMTP id hl14cs13595qcb; Thu, 14 Jul 2011 05:38:15 -0700 (PDT) Received: by 10.227.29.19 with SMTP id o19mr2043164wbc.31.1310647093427; Thu, 14 Jul 2011 05:38:13 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id l20si441887wed.68.2011.07.14.05.38.13; Thu, 14 Jul 2011 05:38:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QhLBE-0002jI-Tu for ; Thu, 14 Jul 2011 12:38:12 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id E07F82E8043 for ; Thu, 14 Jul 2011 12:38:12 +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: 163 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-tool/trunk] Rev 163: Bump version to 1.1 Message-Id: <20110714123812.6523.21167.launchpad@loganberry.canonical.com> Date: Thu, 14 Jul 2011 12:38:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13405"; Instance="initZopeless config overlay" X-Launchpad-Hash: 3b9dc1eea9a1e45c14ef9b5d41fd62664af1d762 ------------------------------------------------------------ revno: 163 tags: release-0.1.1 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-07-14 14:31:23 +0200 message: Bump version to 1.1 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-06-23 10:21:26 +0000 +++ lava_tool/__init__.py 2011-07-14 12:31:23 +0000 @@ -21,4 +21,4 @@ Lava Tool package """ -__version__ = (0, 1, 0, "final", 0) +__version__ = (0, 1, 1, "final", 0)