At http://people.ubuntu.com/~robertc/baz2.0/plugins/rebase/test
------------------------------------------------------------ revno: 113 revision-id: [email protected] parent: [email protected] author: Jelmer Vernooij <[email protected]> committer: Robert Collins <[email protected]> branch nick: test timestamp: Tue 2008-11-18 01:22:29 +0100 message: release 0.4.2 === modified file 'NEWS' --- a/NEWS 2008-10-30 12:26:09 +0000 +++ b/NEWS 2008-11-18 00:22:29 +0000 @@ -1,4 +1,4 @@ -0.4.2 UNRELEASED +0.4.2 2008-11-18 FEATURES @@ -7,6 +7,8 @@ * Use parent location as default rather than push location. + * Hide "replay" command. + 0.4.1 2008-09-01 BUG FIXES === modified file '__init__.py' --- a/__init__.py 2008-11-17 23:44:35 +0000 +++ b/__init__.py 2008-11-18 00:22:29 +0000 @@ -28,7 +28,7 @@ from bzrlib.option import Option from bzrlib.trace import info, warning -version_info = (0, 4, 1, 'final', 0) +version_info = (0, 4, 2, 'final', 0) if version_info[3] == 'final': version_string = '%d.%d.%d' % version_info[:3] else: === modified file 'setup.py' --- a/setup.py 2008-09-01 15:12:33 +0000 +++ b/setup.py 2008-11-18 00:22:29 +0000 @@ -5,7 +5,7 @@ setup(name='bzr-rebase', description='Rebase plugin for Bazaar', keywords='plugin bzr rebase', - version='0.4.1', + version='0.4.2', url='http://bazaar-vcs.org/Rebase', download_url='http://bazaar-vcs.org/Rebase', license='GPLv3 or later', -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
