From patchwork Mon May 23 14:30:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 1589 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:21 -0000 Delivered-To: patches@linaro.org Received: by 10.224.54.134 with SMTP id q6cs67033qag; Mon, 23 May 2011 07:31:29 -0700 (PDT) Received: by 10.216.159.75 with SMTP id r53mr2165997wek.98.1306161041926; Mon, 23 May 2011 07:30:41 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id n13si11414763weq.121.2011.05.23.07.30.41; Mon, 23 May 2011 07:30:41 -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 1QOW9Z-00049M-EL for ; Mon, 23 May 2011 14:30:41 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 681822E8067 for ; Mon, 23 May 2011 14:30:41 +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: 343 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 343: Release 0.4.6 Message-Id: <20110523143041.23678.31069.launchpad@loganberry.canonical.com> Date: Mon, 23 May 2011 14:30:41 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13085"; Instance="initZopeless config overlay" X-Launchpad-Hash: 80dfa745ccca701d995087ca25a312719d48ec9f ------------------------------------------------------------ revno: 343 tags: 0.4.6 committer: Mattias Backman branch nick: linaro-image-tools timestamp: Mon 2011-05-23 16:26:40 +0200 message: Release 0.4.6 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-04-27 13:54:39 +0000 +++ setup.py 2011-05-23 14:26:40 +0000 @@ -5,7 +5,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="0.4.5.1", + version="0.4.6", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",