Rev 113: release 0.4.2 in http://people.ubuntu.com/~robertc/baz2.0/plugins/rebase/test

Robert Collins robertc at robertcollins.net
Thu Jan 15 05:49:24 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/plugins/rebase/test

------------------------------------------------------------
revno: 113
revision-id: jelmer at samba.org-20081118002229-ek3y03j0o1n5nj4e
parent: robertc at robertcollins.net-20090115054900-mlopgqqddgkke33i
author: Jelmer Vernooij <jelmer at samba.org>
committer: Robert Collins <robertc at robertcollins.net>
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',




More information about the bazaar-commits mailing list