From patchwork Wed May 25 21:08:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Westby X-Patchwork-Id: 1621 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:38 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.230 with SMTP id dz6cs252647vdc; Wed, 25 May 2011 14:08:21 -0700 (PDT) Received: by 10.216.136.207 with SMTP id w57mr4926901wei.63.1306357700258; Wed, 25 May 2011 14:08:20 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id m27si43024weq.131.2011.05.25.14.08.19; Wed, 25 May 2011 14:08:20 -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 1QPLJT-00050k-Lt for ; Wed, 25 May 2011 21:08:19 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id A249C2E84F6 for ; Wed, 25 May 2011 21:08:19 +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: 351 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 351: Post-release version bump to 0.4.7.1 Message-Id: <20110525210819.14167.74440.launchpad@loganberry.canonical.com> Date: Wed, 25 May 2011 21:08:19 -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: 2a4057ef95a31908426faade9699ffbcfa4a86d0 ------------------------------------------------------------ revno: 351 committer: James Westby branch nick: linaro-image-tools timestamp: Wed 2011-05-25 17:07:13 -0400 message: Post-release version bump to 0.4.7.1 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-25 21:06:53 +0000 +++ setup.py 2011-05-25 21:07:13 +0000 @@ -5,7 +5,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="0.4.7", + version="0.4.7.1", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",