From patchwork Wed Jul 20 20:36:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2891 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 A84A92405D for ; Wed, 20 Jul 2011 20:45:39 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 72613A183C2 for ; Wed, 20 Jul 2011 20:45:39 +0000 (UTC) Received: by qyk10 with SMTP id 10so3564453qyk.11 for ; Wed, 20 Jul 2011 13:45:39 -0700 (PDT) Received: by 10.229.217.3 with SMTP id hk3mr8301763qcb.38.1311194738917; Wed, 20 Jul 2011 13:45:38 -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 hl14cs123732qcb; Wed, 20 Jul 2011 13:45:38 -0700 (PDT) Received: by 10.227.58.65 with SMTP id f1mr8239779wbh.3.1311194187932; Wed, 20 Jul 2011 13:36:27 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ge8si1200522wbb.69.2011.07.20.13.36.27; Wed, 20 Jul 2011 13:36:27 -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 1QjdVL-00079R-Bj for ; Wed, 20 Jul 2011 20:36:27 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 554232EA003 for ; Wed, 20 Jul 2011 20:36:27 +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: 216 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 216: Bump version to 0.3c1 Message-Id: <20110720203627.32572.32093.launchpad@loganberry.canonical.com> Date: Wed, 20 Jul 2011 20:36:27 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13468"; Instance="initZopeless config overlay" X-Launchpad-Hash: e2a3ba44670a10933fccb902c20dded2e0fd32b2 ------------------------------------------------------------ revno: 216 committer: Zygmunt Krynicki branch nick: trunk timestamp: Wed 2011-07-20 22:34:34 +0200 message: Bump version to 0.3c1 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-19 14:52:59 +0000 +++ lava_server/__init__.py 2011-07-20 20:34:34 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 3, 0, "beta", 5) +__version__ = (0, 3, 0, "candidate", 1)