From patchwork Fri Jan 28 22:16:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Lo=C3=AFc_Minier?= X-Patchwork-Id: 39 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:39:24 -0000 Delivered-To: patches@linaro.org Received: by 10.147.124.10 with SMTP id b10cs51174yan; Fri, 28 Jan 2011 14:16:39 -0800 (PST) Received: by 10.227.166.194 with SMTP id n2mr3270132wby.172.1296252998157; Fri, 28 Jan 2011 14:16:38 -0800 (PST) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id l76si30435381wej.111.2011.01.28.14.16.37; Fri, 28 Jan 2011 14:16:38 -0800 (PST) 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 1PiwcP-0002Jq-6Y for ; Fri, 28 Jan 2011 22:16:37 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 2D1512E803B for ; Fri, 28 Jan 2011 22:16:37 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-maintainers/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 271 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-maintainers/linaro-image-tools/trunk] Rev 271: Release 0.4.2 Message-Id: <20110128221637.28544.69837.launchpad@loganberry.canonical.com> Date: Fri, 28 Jan 2011 22:16:37 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12274"; Instance="initZopeless config overlay" X-Launchpad-Hash: 1a67b13e61e034d2e72a27f23560cf362c43576e ------------------------------------------------------------ revno: 271 tags: 0.4.2 committer: Loïc Minier branch nick: linaro-image-tools timestamp: Fri 2011-01-28 22:05:28 +0100 message: Release 0.4.2 modified: setup.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-maintainers/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-maintainers/linaro-image-tools/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-01-28 16:23:53 +0000 +++ setup.py 2011-01-28 21:05:28 +0000 @@ -6,7 +6,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="0.4.1.1", + version="0.4.2", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",