diff mbox

[Branch,~linaro-maintainers/linaro-image-tools/trunk] Rev 276: Bump version after release.

Message ID 20110201170052.21680.79828.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Loïc Minier Feb. 1, 2011, 5 p.m. UTC
------------------------------------------------------------
revno: 276
committer: Loïc Minier <lool@dooz.org>
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
diff mbox

Patch

=== 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"