From patchwork Fri Jul 8 01:14:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2572 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 2B25D24127 for ; Fri, 8 Jul 2011 01:14:20 +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 DECBCA18441 for ; Fri, 8 Jul 2011 01:14:19 +0000 (UTC) Received: by qwb8 with SMTP id 8so1045570qwb.11 for ; Thu, 07 Jul 2011 18:14:19 -0700 (PDT) Received: by 10.229.102.98 with SMTP id f34mr1180562qco.42.1310087659144; Thu, 07 Jul 2011 18:14:19 -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.48.135 with SMTP id r7cs123952qcf; Thu, 7 Jul 2011 18:14:18 -0700 (PDT) Received: by 10.227.36.212 with SMTP id u20mr1293388wbd.35.1310087657436; Thu, 07 Jul 2011 18:14:17 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fm18si8252805wbb.147.2011.07.07.18.14.17; Thu, 07 Jul 2011 18:14:17 -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 1Qeze4-0008Il-ND for ; Fri, 08 Jul 2011 01:14:16 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id A049C2E890E for ; Fri, 8 Jul 2011 01:14:16 +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: 27 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 27: Bump version to 0.1.1 final Message-Id: <20110708011416.30039.12964.launchpad@loganberry.canonical.com> Date: Fri, 08 Jul 2011 01:14:16 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13376"; Instance="initZopeless config overlay" X-Launchpad-Hash: ca2e01f3790c4871372ca81f9ce9e351a7df69af ------------------------------------------------------------ revno: 27 tags: release-0.1.1 committer: Zygmunt Krynicki branch nick: lava-scheduler timestamp: Fri 2011-07-08 03:12:34 +0200 message: Bump version to 0.1.1 final 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 2011-07-07 11:04:51 +0000 +++ lava_scheduler_app/__init__.py 2011-07-08 01:12:34 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 1, 1, "dev", 0) +__version__ = (0, 1, 1, "final", 0)