From patchwork Wed Oct 26 11:09:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 4827 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 DA23C23EF6 for ; Wed, 26 Oct 2011 11:09:18 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id CCD71A18BAE for ; Wed, 26 Oct 2011 11:09:18 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id n26so1994007faa.11 for ; Wed, 26 Oct 2011 04:09:18 -0700 (PDT) Received: by 10.223.58.146 with SMTP id g18mr31907783fah.13.1319627358729; Wed, 26 Oct 2011 04:09:18 -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.152.1.71 with SMTP id 7cs8825lak; Wed, 26 Oct 2011 04:09:18 -0700 (PDT) Received: by 10.216.82.78 with SMTP id n56mr810897wee.71.1319627355718; Wed, 26 Oct 2011 04:09:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id 18si940210wbx.119.2011.10.26.04.09.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Oct 2011 04:09:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RJ1MB-00060T-4H for ; Wed, 26 Oct 2011 11:09:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 14213E0992 for ; Wed, 26 Oct 2011 11:09: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: 453 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 453: Post-release version bump to 2011.10.1 Message-Id: <20111026110915.7635.53805.launchpad@ackee.canonical.com> Date: Wed, 26 Oct 2011 11:09: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="14189"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: e81ba34cad1377f84d70ea4f0e7c5eda4a2f0672 ------------------------------------------------------------ revno: 453 committer: Mattias Backman branch nick: linaro-image-tools timestamp: Thu 2011-10-20 14:06:12 +0200 message: Post-release version bump to 2011.10.1 modified: linaro_image_tools/__version__.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 'linaro_image_tools/__version__.py' --- linaro_image_tools/__version__.py 2011-10-20 12:06:03 +0000 +++ linaro_image_tools/__version__.py 2011-10-20 12:06:12 +0000 @@ -1,1 +1,1 @@ -__version__ = "2011.10" +__version__ = "2011.10.1"