From patchwork Tue Feb 7 22:38: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: 6694 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 D1DAD23EB0 for ; Tue, 7 Feb 2012 22:38:14 +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 8B8D1A18788 for ; Tue, 7 Feb 2012 22:38:14 +0000 (UTC) Received: by iabz7 with SMTP id z7so14490583iab.11 for ; Tue, 07 Feb 2012 14:38:14 -0800 (PST) Received: by 10.50.153.133 with SMTP id vg5mr18861885igb.8.1328654294018; Tue, 07 Feb 2012 14:38: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 a18cs138477ibz; Tue, 7 Feb 2012 14:38:13 -0800 (PST) Received: by 10.180.107.34 with SMTP id gz2mr36651230wib.21.1328654292456; Tue, 07 Feb 2012 14:38:12 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id i8si4219937wed.91.2012.02.07.14.38.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 14:38:12 -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 1Rutfv-0000cq-Um for ; Tue, 07 Feb 2012 22:38:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id DD3E9E0028 for ; Tue, 7 Feb 2012 22:38:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 113 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 113: Bump version to 0.3.4 Message-Id: <20120207223811.13301.83846.launchpad@ackee.canonical.com> Date: Tue, 07 Feb 2012 22:38: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: 7776f6ee13de47609c2b3481ef347654326e56df X-Gm-Message-State: ALoCoQnIOeMkeOvKTmvoV42hpAeVUlNisC9WyvRJGkQg2kA3OQl/XYqfK8hMKDSIWuusadoK58TN ------------------------------------------------------------ revno: 113 tags: release-0.3.4 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2012-02-07 23:36:33 +0100 message: Bump version to 0.3.4 modified: lava_test/__init__.py --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'lava_test/__init__.py' --- lava_test/__init__.py 2012-01-19 17:46:21 +0000 +++ lava_test/__init__.py 2012-02-07 22:36:33 +0000 @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = (0, 3, 3, "final", 0) +__version__ = (0, 3, 4, "final", 0)