From patchwork Tue Jul 12 02:40:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2650 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 D7A4723F56 for ; Tue, 12 Jul 2011 02:40:56 +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 A9CC1A186CB for ; Tue, 12 Jul 2011 02:40:56 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so3101712qwb.11 for ; Mon, 11 Jul 2011 19:40:56 -0700 (PDT) Received: by 10.229.217.3 with SMTP id hk3mr2813476qcb.38.1310438456458; Mon, 11 Jul 2011 19:40:56 -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.217.78 with SMTP id hl14cs226737qcb; Mon, 11 Jul 2011 19:40:56 -0700 (PDT) Received: by 10.227.11.17 with SMTP id r17mr2448827wbr.92.1310438455509; Mon, 11 Jul 2011 19:40:55 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fq4si15205935wbb.83.2011.07.11.19.40.55; Mon, 11 Jul 2011 19:40:55 -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 1QgSu6-00005E-7f for ; Tue, 12 Jul 2011 02:40:54 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id AFD692E8956 for ; Tue, 12 Jul 2011 02:40:53 +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: 204 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 204: Bump version to 0.3b1 Message-Id: <20110712024053.924.80589.launchpad@loganberry.canonical.com> Date: Tue, 12 Jul 2011 02:40:53 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13388"; Instance="initZopeless config overlay" X-Launchpad-Hash: 0fb50d99b063d5b5ce4a5e85b9eb307f59e25f6a ------------------------------------------------------------ revno: 204 committer: Zygmunt Krynicki branch nick: trunk timestamp: Tue 2011-07-12 04:38:16 +0200 message: Bump version to 0.3b1 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-07-01 11:10:24 +0000 +++ lava_server/__init__.py 2011-07-12 02:38:16 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 2, 1, "final", 0) +__version__ = (0, 3, 0, "beta", 1)