From patchwork Tue Feb 1 17:00:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Lo=C3=AFc_Minier?= X-Patchwork-Id: 49 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:39:33 -0000 Delivered-To: patches@linaro.org Received: by 10.147.124.5 with SMTP id b5cs111204yan; Tue, 1 Feb 2011 09:00:55 -0800 (PST) Received: by 10.216.19.139 with SMTP id n11mr5928064wen.78.1296579654175; Tue, 01 Feb 2011 09:00:54 -0800 (PST) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id j4si37094392wer.13.2011.02.01.09.00.52; Tue, 01 Feb 2011 09:00:54 -0800 (PST) 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 1PkJb2-0000TX-4v for ; Tue, 01 Feb 2011 17:00:52 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 221202E80AA for ; Tue, 1 Feb 2011 17:00:52 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-maintainers/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 276 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-maintainers/linaro-image-tools/trunk] Rev 276: Bump version after release. Message-Id: <20110201170052.21680.79828.launchpad@loganberry.canonical.com> Date: Tue, 01 Feb 2011 17:00:52 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12274"; Instance="initZopeless config overlay" X-Launchpad-Hash: 1f64d3d4e3ed34c3ad6b6c3119706e5a39e82a22 ------------------------------------------------------------ revno: 276 committer: Loïc Minier branch nick: linaro-image-tools timestamp: Tue 2011-02-01 17:57:58 +0100 message: Bump version after release. modified: do-release --- lp:linaro-image-tools https://code.launchpad.net/~linaro-maintainers/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-maintainers/linaro-image-tools/trunk/+edit-subscription === modified file 'do-release' --- do-release 2011-01-28 15:48:25 +0000 +++ do-release 2011-02-01 16:57:58 +0000 @@ -65,3 +65,8 @@ log_i "Signing tarball" gpg --armor --sign --detach-sig "../linaro-image-tools-$version.tar.gz" +log_i "Setting version to $version.1 in setup.py" +sed -i "s/^\\([[:space:]]*version=\"\\)[^\"]*\",\$/\1$version.1\",/" setup.py + +log_i "Committing $version" +bzr commit -m "Post-release version bump to $version.1"