From patchwork Fri Dec 16 10:06:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?0JTQsNC90LjQu9C+INCo0LXQs9Cw0L0=?= X-Patchwork-Id: 5811 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 B738A23E18 for ; Fri, 16 Dec 2011 10:06:18 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id A1E63A183BB for ; Fri, 16 Dec 2011 10:06:18 +0000 (UTC) Received: by eaak10 with SMTP id k10so3400262eaa.11 for ; Fri, 16 Dec 2011 02:06:18 -0800 (PST) Received: by 10.204.131.74 with SMTP id w10mr2863240bks.36.1324029978008; Fri, 16 Dec 2011 02:06:18 -0800 (PST) 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.204.41.207 with SMTP id p15cs1565bke; Fri, 16 Dec 2011 02:06:17 -0800 (PST) Received: by 10.216.134.232 with SMTP id s82mr353278wei.19.1324029976041; Fri, 16 Dec 2011 02:06:16 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id l27si5611797weq.25.2011.12.16.02.06.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Dec 2011 02:06:16 -0800 (PST) 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 1RbUgB-0008I2-R1 for ; Fri, 16 Dec 2011 10:06:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id C44FBE0023 for ; Fri, 16 Dec 2011 10:06: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: 476 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 476: Post-release version bump to 2011.12.1 Message-Id: <20111216100615.23790.30610.launchpad@ackee.canonical.com> Date: Fri, 16 Dec 2011 10:06: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="14487"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: cf402ada0fe08d84bda7f6af7d099877d3d91543 ------------------------------------------------------------ revno: 476 committer: Danilo Segan branch nick: trunk timestamp: Thu 2011-12-15 21:56:10 +0100 message: Post-release version bump to 2011.12.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-12-15 20:56:05 +0000 +++ linaro_image_tools/__version__.py 2011-12-15 20:56:10 +0000 @@ -1,1 +1,1 @@ -__version__ = "2011.12" +__version__ = "2011.12.1"