Rev 129: Release 0.4.3. in file:///home/jelmer/bzr-rebase/trunk/

Jelmer Vernooij jelmer at samba.org
Sun Feb 15 00:14:16 GMT 2009


At file:///home/jelmer/bzr-rebase/trunk/

------------------------------------------------------------
revno: 129
revision-id: jelmer at samba.org-20090215001415-2777y1vzcf75sdy0
parent: jelmer at samba.org-20090213040037-ws86crjqtpgfxvhf
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-02-15 01:14:15 +0100
message:
  Release 0.4.3.
modified:
  NEWS                           news-20070721005510-kbjm9yxqoeczq9fl-1
  __init__.py                    __init__.py-20070626215909-fi0s39bkwxn4gcto-1
=== modified file 'NEWS'
--- a/NEWS	2009-02-13 04:00:37 +0000
+++ b/NEWS	2009-02-15 00:14:15 +0000
@@ -1,4 +1,4 @@
-0.4.3	UNRELEASED
+0.4.3	2009-02-15
 
  BUG FIXES
 

=== modified file '__init__.py'
--- a/__init__.py	2009-01-30 16:17:12 +0000
+++ b/__init__.py	2009-02-15 00:14:15 +0000
@@ -25,7 +25,7 @@
 import bzrlib.api
 from bzrlib.commands import plugin_cmds
 
-version_info = (0, 4, 3, 'dev', 0)
+version_info = (0, 4, 3, 'final', 0)
 if version_info[3] == 'final':
     version_string = '%d.%d.%d' % version_info[:3]
 else:




More information about the bazaar-commits mailing list