From patchwork Mon Jun 13 10:29:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 1842 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.47.109) by localhost6.localdomain6 with IMAP4-SSL; 14 Jun 2011 16:45:56 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.10 with SMTP id ds10cs446245vdc; Mon, 13 Jun 2011 03:29:14 -0700 (PDT) Received: by 10.216.237.8 with SMTP id x8mr2528676weq.37.1307960953508; Mon, 13 Jun 2011 03:29:13 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id b12si12576054wed.51.2011.06.13.03.29.13; Mon, 13 Jun 2011 03:29:13 -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 1QW4OO-0005rv-Uc for ; Mon, 13 Jun 2011 10:29:12 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id E58F12E8951 for ; Mon, 13 Jun 2011 10:29:12 +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: 179 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 179: Bump version to 0.1 and release Message-Id: <20110613102912.20278.65644.launchpad@loganberry.canonical.com> Date: Mon, 13 Jun 2011 10:29:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13175"; Instance="initZopeless config overlay" X-Launchpad-Hash: cef8d45cea90ed38dffb88cdad9001f0cd755ddd ------------------------------------------------------------ revno: 179 tags: release-0.1 committer: Zygmunt Krynicki branch nick: trunk timestamp: Mon 2011-06-13 12:26:17 +0200 message: Bump version to 0.1 and release 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-05-24 13:26:57 +0000 +++ lava_server/__init__.py 2011-06-13 10:26:17 +0000 @@ -17,4 +17,4 @@ # along with LAVA Server. If not, see . -__version__ = (0, 1, 0, "dev", 0) +__version__ = (0, 1, 0, "final", 0)