From patchwork Thu Jan 19 17:45:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 6303 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 456EB23E0C for ; Thu, 19 Jan 2012 17:45:19 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 21E9CA18179 for ; Thu, 19 Jan 2012 17:45:19 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so242979bkb.11 for ; Thu, 19 Jan 2012 09:45:18 -0800 (PST) Received: by 10.205.26.67 with SMTP id rl3mr10625030bkb.45.1326995118736; Thu, 19 Jan 2012 09:45:18 -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.205.82.144 with SMTP id ac16cs18553bkc; Thu, 19 Jan 2012 09:45:18 -0800 (PST) Received: by 10.180.77.228 with SMTP id v4mr45852721wiw.8.1326995117022; Thu, 19 Jan 2012 09:45:17 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id f5si91348wed.20.2012.01.19.09.45.16 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 09:45:17 -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 1Rnw32-0005li-QJ for ; Thu, 19 Jan 2012 17:45:16 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id B9FD8E0025 for ; Thu, 19 Jan 2012 17:45:16 +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: 342 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 342: Bump version to 0.9 Message-Id: <20120119174516.12938.31939.launchpad@ackee.canonical.com> Date: Thu, 19 Jan 2012 17:45: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="14692"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: d5e0c8e64f143e2b989955f441c3a398af381e2b ------------------------------------------------------------ revno: 342 tags: release-0.9 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2012-01-19 18:42:13 +0100 message: Bump version to 0.9 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-12-05 23:40:36 +0000 +++ lava_server/__init__.py 2012-01-19 17:42:13 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 8, 2, "final", 0) +__version__ = (0, 9, 0, "final", 0)