From patchwork Mon Jun 13 10:36:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 1843 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.47.109) by localhost6.localdomain6 with IMAP4-SSL; 14 Jun 2011 16:45:56 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.10 with SMTP id ds10cs446619vdc; Mon, 13 Jun 2011 03:36:26 -0700 (PDT) Received: by 10.216.221.77 with SMTP id q55mr2512146wep.17.1307961385733; Mon, 13 Jun 2011 03:36:25 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id y61si12583606weq.84.2011.06.13.03.36.25; Mon, 13 Jun 2011 03:36:25 -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 1QW4VN-0004fD-3y for ; Mon, 13 Jun 2011 10:36:25 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 1B5382E8951 for ; Mon, 13 Jun 2011 10:36:25 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 180 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 180: Post-release version bump to 0.2 dev Message-Id: <20110613103625.25044.16505.launchpad@loganberry.canonical.com> Date: Mon, 13 Jun 2011 10:36:25 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13175"; Instance="initZopeless config overlay" X-Launchpad-Hash: 47d5685855aacaa75529203934f634a63452b854 ------------------------------------------------------------ revno: 180 committer: Zygmunt Krynicki branch nick: trunk timestamp: Mon 2011-06-13 12:34:47 +0200 message: Post-release version bump to 0.2 dev modified: lava_server/__init__.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_server/__init__.py' --- lava_server/__init__.py 2011-06-13 10:26:17 +0000 +++ lava_server/__init__.py 2011-06-13 10:34:47 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 1, 0, "final", 0) +__version__ = (0, 2, 0, "dev", 0)