From patchwork Mon Aug 22 15:17:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 3604 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 9FA5123E54 for ; Mon, 22 Aug 2011 15:17:15 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 6BA42A1823A for ; Mon, 22 Aug 2011 15:17:15 +0000 (UTC) Received: by mail-yw0-f52.google.com with SMTP id 7so5179691ywo.11 for ; Mon, 22 Aug 2011 08:17:15 -0700 (PDT) Received: by 10.150.2.16 with SMTP id 16mr2595293ybb.333.1314026235161; Mon, 22 Aug 2011 08:17:15 -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.150.157.17 with SMTP id f17cs200901ybe; Mon, 22 Aug 2011 08:17:14 -0700 (PDT) Received: by 10.223.92.129 with SMTP id r1mr866225fam.42.1314026233763; Mon, 22 Aug 2011 08:17:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id w11si7207937faj.22.2011.08.22.08.17.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Aug 2011 08:17:13 -0700 (PDT) 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 1QvWFV-0006G3-66 for ; Mon, 22 Aug 2011 15:17:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 244A7E0284 for ; Mon, 22 Aug 2011 15:17:13 +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: 419 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 419: Release 2011.08 Message-Id: <20110822151713.32091.26245.launchpad@ackee.canonical.com> Date: Mon, 22 Aug 2011 15:17:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13714"; Instance="initZopeless config overlay" X-Launchpad-Hash: aca74d6c3214ae1a645a219ebfcbd87949d7ac21 ------------------------------------------------------------ revno: 419 tags: 2011.08 committer: Mattias Backman branch nick: linaro-image-tools timestamp: Mon 2011-08-22 17:13:39 +0200 message: Release 2011.08 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-08-03 16:37:03 +0000 +++ setup.py 2011-08-22 15:13:39 +0000 @@ -5,7 +5,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="2011.07.1", + version="2011.08", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",