From patchwork Tue Feb 7 19:50:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 6688 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 6EC8923EB0 for ; Tue, 7 Feb 2012 19:50:17 +0000 (UTC) Received: from mail-gy0-f180.google.com (mail-gy0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id 368C2A1858C for ; Tue, 7 Feb 2012 19:50:17 +0000 (UTC) Received: by ghbz22 with SMTP id z22so4095841ghb.11 for ; Tue, 07 Feb 2012 11:50:16 -0800 (PST) Received: by 10.50.15.231 with SMTP id a7mr28567004igd.8.1328644216279; Tue, 07 Feb 2012 11:50:16 -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 a18cs134840ibz; Tue, 7 Feb 2012 11:50:16 -0800 (PST) Received: by 10.180.90.194 with SMTP id by2mr36448667wib.5.1328644215152; Tue, 07 Feb 2012 11:50:15 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id s79si5948164weq.84.2012.02.07.11.50.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 11:50:15 -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 1Rur3O-0002qv-Dw for ; Tue, 07 Feb 2012 19:50:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 58AEBE032C for ; Tue, 7 Feb 2012 19:50:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 125 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 125: Post release version bump Message-Id: <20120207195014.15278.56805.launchpad@ackee.canonical.com> Date: Tue, 07 Feb 2012 19:50:14 -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: e857f4371b4e080c66525b9aa721f4f6407df415 ------------------------------------------------------------ revno: 125 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2012-02-07 20:48:20 +0100 message: Post release version bump modified: lava_scheduler_app/__init__.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2012-02-07 19:44:08 +0000 +++ lava_scheduler_app/__init__.py 2012-02-07 19:48:20 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 8, 0, "final", 0) +__version__ = (0, 9, 0, "dev", 0)