From patchwork Wed Jul 6 18:39:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Westby X-Patchwork-Id: 2505 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 6F59C24145 for ; Wed, 6 Jul 2011 18:39:25 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 3E028A18AD3 for ; Wed, 6 Jul 2011 18:39:25 +0000 (UTC) Received: by mail-qy0-f173.google.com with SMTP id 10so2662461qyk.11 for ; Wed, 06 Jul 2011 11:39:25 -0700 (PDT) Received: by 10.229.1.140 with SMTP id 12mr6779650qcf.118.1309977563178; Wed, 06 Jul 2011 11:39:23 -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.229.48.135 with SMTP id r7cs87142qcf; Wed, 6 Jul 2011 11:39:22 -0700 (PDT) Received: by 10.213.33.5 with SMTP id f5mr2039268ebd.82.1309977559344; Wed, 06 Jul 2011 11:39:19 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id h33si8090458eeb.66.2011.07.06.11.39.18; Wed, 06 Jul 2011 11:39:19 -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 1QeX0I-0005No-6s for ; Wed, 06 Jul 2011 18:39:18 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 2FD162E8915 for ; Wed, 6 Jul 2011 18:39:18 +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: 367 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 367: Post-release version bump to 2011.06-1.1 Message-Id: <20110706183918.10312.37267.launchpad@loganberry.canonical.com> Date: Wed, 06 Jul 2011 18:39:18 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13376"; Instance="initZopeless config overlay" X-Launchpad-Hash: 46bcdd42eed2a3bf5565a14891d45e2c9a0c6429 ------------------------------------------------------------ revno: 367 committer: James Westby branch nick: linaro-image-tools timestamp: Wed 2011-06-29 15:44:15 -0400 message: Post-release version bump to 2011.06-1.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-06-29 19:40:26 +0000 +++ setup.py 2011-06-29 19:44:15 +0000 @@ -5,7 +5,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="2011.06-1", + version="2011.06-1.1", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",