From patchwork Fri Sep 23 11:13:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 4298 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 D41F123F58 for ; Fri, 23 Sep 2011 11:13:17 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id C3BE1A1841A for ; Fri, 23 Sep 2011 11:13:17 +0000 (UTC) Received: by fxe23 with SMTP id 23so5159451fxe.11 for ; Fri, 23 Sep 2011 04:13:17 -0700 (PDT) Received: by 10.223.57.17 with SMTP id a17mr7547fah.65.1316776397483; Fri, 23 Sep 2011 04:13:17 -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.152.18.198 with SMTP id y6cs207079lad; Fri, 23 Sep 2011 04:13:16 -0700 (PDT) Received: by 10.227.206.134 with SMTP id fu6mr3443132wbb.108.1316776396287; Fri, 23 Sep 2011 04:13:16 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id ft20si9738516wbb.39.2011.09.23.04.13.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Sep 2011 04:13:16 -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 1R73gx-0002fa-NG for ; Fri, 23 Sep 2011 11:13:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id A25D3E1816 for ; Fri, 23 Sep 2011 11:13:15 +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: 437 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 437: Release 2011.09 Message-Id: <20110923111315.28742.91634.launchpad@ackee.canonical.com> Date: Fri, 23 Sep 2011 11:13:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14012"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: fea636bde6a38cb109705d3ce41e3028ffec667f ------------------------------------------------------------ revno: 437 tags: 2011.09 committer: Mattias Backman branch nick: release timestamp: Fri 2011-09-23 09:41:24 +0200 message: Release 2011.09 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-22 15:14:03 +0000 +++ setup.py 2011-09-23 07:41:24 +0000 @@ -5,7 +5,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="2011.08.1", + version="2011.09", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",