Rev 448: Release 0.3.3 in file:///home/jelmer/bzr-svn/0.3/

Jelmer Vernooij jelmer at samba.org
Sun Apr 29 16:53:36 BST 2007


At file:///home/jelmer/bzr-svn/0.3/

------------------------------------------------------------
revno: 448
revision-id: jelmer at samba.org-20070429155336-748nze9cgmm7vude
parent: jelmer at samba.org-20070429150201-luf9gqyyscj1ee10
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.3
timestamp: Sun 2007-04-29 17:53:36 +0200
message:
  Release 0.3.3
modified:
  NEWS                           news-20061231030336-h9fhq245ie0de8bs-1
  __init__.py                    __init__.py-20051008155114-eae558e6cf149e1d
  setup.py                       setup.py-20060502115218-86950492da22353f
=== modified file 'NEWS'
--- a/NEWS	2007-04-25 14:24:42 +0000
+++ b/NEWS	2007-04-29 15:53:36 +0000
@@ -1,7 +1,9 @@
-bzr-svn 0.3.3	UNRELEASED
+bzr-svn 0.3.3	2007-04-29
 
   IMPROVEMENTS
 
+  * Fix compatibility with 0.16 (#110164)
+
   * Don't do extra checkout before push if possible. (#91885)
 
   * Set parent URLs in svn-import. (#94406)

=== modified file '__init__.py'
--- a/__init__.py	2007-03-25 14:41:44 +0000
+++ b/__init__.py	2007-04-29 15:53:36 +0000
@@ -24,7 +24,7 @@
 
 from bzrlib.trace import warning
 
-__version__ = '0.3.2'
+__version__ = '0.3.3'
 COMPATIBLE_BZR_VERSIONS = [(0, 15), (0, 16)]
 
 def check_bzrlib_version(desired):

=== modified file 'setup.py'
--- a/setup.py	2007-03-21 13:14:27 +0000
+++ b/setup.py	2007-04-29 15:53:36 +0000
@@ -5,7 +5,7 @@
 setup(name='bzr-svn',
       description='Support for Subversion branches in Bazaar',
       keywords='plugin bzr svn',
-      version='0.3.1',
+      version='0.3.3',
       url='http://bazaar-vcs.org/BzrForeignBranches/Subversion',
       download_url='http://bazaar-vcs.org/BzrSvn',
       license='GPL',




More information about the bazaar-commits mailing list