From patchwork Tue Mar 6 12:32: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: 7112 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 246B823E01 for ; Tue, 6 Mar 2012 12:32:14 +0000 (UTC) Received: from mail-gx0-f180.google.com (mail-gx0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id D9787A18321 for ; Tue, 6 Mar 2012 12:32:13 +0000 (UTC) Received: by mail-gx0-f180.google.com with SMTP id u1so2473736ggl.11 for ; Tue, 06 Mar 2012 04:32:13 -0800 (PST) Received: from mr.google.com ([10.50.42.132]) by 10.50.42.132 with SMTP id o4mr10055616igl.58.1331037133531 (num_hops = 1); Tue, 06 Mar 2012 04:32:13 -0800 (PST) Received: by 10.50.42.132 with SMTP id o4mr8346665igl.58.1331037133480; Tue, 06 Mar 2012 04:32:13 -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.53.18 with SMTP id k18csp56034ibg; Tue, 6 Mar 2012 04:32:12 -0800 (PST) Received: by 10.216.135.219 with SMTP id u69mr4719842wei.89.1331037131682; Tue, 06 Mar 2012 04:32:11 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id k28si13334422weq.29.2012.03.06.04.32.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 04:32:11 -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 1S4tYp-00089e-34 for ; Tue, 06 Mar 2012 12:32:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0EF45E1438 for ; Tue, 6 Mar 2012 12:32: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: 123 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 123: Bump version to 0.5 dev Message-Id: <20120306123211.25699.58870.launchpad@ackee.canonical.com> Date: Tue, 06 Mar 2012 12:32: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="14900"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: ca1e09c826155658eda90773791e352ede2d6645 X-Gm-Message-State: ALoCoQltRAwSL5XOVLldbLvUy3ubz+PN4QZsxqluDzZWUub0wzAcB9gIcUMIlQirX8sYjiuxC2a8 ------------------------------------------------------------ revno: 123 committer: Zygmunt Krynicki branch nick: fix-934164 timestamp: Tue 2012-03-06 13:29:33 +0100 message: Bump version to 0.5 dev modified: doc/changes.rst 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 'doc/changes.rst' --- doc/changes.rst 2012-02-07 22:40:27 +0000 +++ doc/changes.rst 2012-03-06 12:29:33 +0000 @@ -1,6 +1,11 @@ Version History *************** +.. _version_0_5: + +Version 0.5 +=========== + .. _version_0_4: Version 0.4 === modified file 'lava_test/__init__.py' --- lava_test/__init__.py 2012-02-16 01:39:52 +0000 +++ lava_test/__init__.py 2012-03-06 12:29: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, 4, 0, "final", 0) +__version__ = (0, 5, 0, "dev", 0)