From patchwork Thu Jun 23 17:50:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Westby X-Patchwork-Id: 2236 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 219A623F7C for ; Thu, 23 Jun 2011 17:50:46 +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 E0E03A18655 for ; Thu, 23 Jun 2011 17:50:45 +0000 (UTC) Received: by qyk10 with SMTP id 10so3972692qyk.11 for ; Thu, 23 Jun 2011 10:50:45 -0700 (PDT) Received: by 10.229.137.149 with SMTP id w21mr1839215qct.59.1308851445133; Thu, 23 Jun 2011 10:50:45 -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.230.139 with SMTP id jm11cs25943qcb; Thu, 23 Jun 2011 10:50:44 -0700 (PDT) Received: by 10.217.4.66 with SMTP id t44mr3538293wes.104.1308851443532; Thu, 23 Jun 2011 10:50:43 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id v73si4330314weq.59.2011.06.23.10.50.43; Thu, 23 Jun 2011 10:50:43 -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 1QZo36-00033y-El for ; Thu, 23 Jun 2011 17:50:40 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id A98692E8962 for ; Thu, 23 Jun 2011 17:50:39 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-image-tools/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 363 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 363: Release 2011.06 Message-Id: <20110623175039.19114.83287.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 17:50:39 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: b1e4f1cf553e9c79e07984b6bd079d3281c1d0e6 ------------------------------------------------------------ revno: 363 tags: 2011.06 committer: James Westby branch nick: linaro-image-tools timestamp: Thu 2011-06-23 11:18:21 -0400 message: Release 2011.06 modified: setup.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-05-26 20:32:40 +0000 +++ setup.py 2011-06-23 15:18:21 +0000 @@ -5,7 +5,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="0.4.8.1", + version="2011.06", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",