From patchwork Tue Jul 26 15:58:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guilherme Salgado X-Patchwork-Id: 3159 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 499F7241E0 for ; Tue, 26 Jul 2011 15:58:19 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 18B65A186DF for ; Tue, 26 Jul 2011 15:58:19 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so393247qwb.11 for ; Tue, 26 Jul 2011 08:58:18 -0700 (PDT) Received: by 10.229.25.212 with SMTP id a20mr742010qcc.148.1311695897598; Tue, 26 Jul 2011 08:58: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.229.217.78 with SMTP id hl14cs117750qcb; Tue, 26 Jul 2011 08:58:17 -0700 (PDT) Received: by 10.227.154.6 with SMTP id m6mr5134290wbw.73.1311695896287; Tue, 26 Jul 2011 08:58:16 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fq4si1151386wbb.120.2011.07.26.08.58.15; Tue, 26 Jul 2011 08:58:16 -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 1Qlk1P-0002XY-G7 for ; Tue, 26 Jul 2011 15:58:15 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 7160B2E896B for ; Tue, 26 Jul 2011 15:58: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: 393 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 393: Release 2011.07 Message-Id: <20110726155815.20205.20481.launchpad@loganberry.canonical.com> Date: Tue, 26 Jul 2011 15:58: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="13503"; Instance="initZopeless config overlay" X-Launchpad-Hash: 041e11a1111623cb916359802e63540f1ac87bd1 ------------------------------------------------------------ revno: 393 tags: 2011.07 committer: Guilherme Salgado branch nick: trunk timestamp: Tue 2011-07-26 12:50:25 -0300 message: Release 2011.07 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-07-26 15:42:44 +0000 +++ setup.py 2011-07-26 15:50:25 +0000 @@ -5,7 +5,7 @@ DistUtilsExtra.auto.setup( name="linaro-image-tools", - version="2011.06-1.1", + version="2011.07", description="Tools to create and write Linaro images", url="https://launchpad.net/linaro-image-tools", license="GPL v3 or later",