Rev 412: Prepare for 0.3.1 in file:///home/jelmer/bzr-svn/0.3/

Jelmer Vernooij jelmer at samba.org
Wed Jan 31 13:05:18 GMT 2007


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

------------------------------------------------------------
revno: 412
revision-id: jelmer at samba.org-20070131130501-axscb3hqivrlem80
parent: jelmer at samba.org-20070124142002-rbqv3bbu1kzf6xpu
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.3
timestamp: Wed 2007-01-31 14:05:01 +0100
message:
  Prepare for 0.3.1
modified:
  NEWS                           news-20061231030336-h9fhq245ie0de8bs-1
  __init__.py                    __init__.py-20051008155114-eae558e6cf149e1d
  setup.py                       setup.py-20060502115218-86950492da22353f
=== modified file 'NEWS'
--- a/NEWS	2007-01-20 16:06:40 +0000
+++ b/NEWS	2007-01-31 13:05:01 +0000
@@ -1,6 +1,9 @@
-bzr-svn 0.3.1	UNRELEASED
+bzr-svn 0.3.1	2007-01-31
 
   BUG FIXES
+ 
+   *  Warning given when the version of python-subversion is not patched 
+      is now fixed. (Wouter van Heyst)
 
   IMPROVEMENTS
 
@@ -10,7 +13,7 @@
    * Working tree copies will be disabled if the version of python-subversion 
      is too old.
 
-bzr-svn 0.3	2007-01-16
+bzr-svn 0.3.0	2007-01-16
 
   BUG FIXES
 

=== modified file '__init__.py'
--- a/__init__.py	2007-01-24 14:20:02 +0000
+++ b/__init__.py	2007-01-31 13:05:01 +0000
@@ -22,7 +22,7 @@
 import unittest
 import bzrlib
 
-__version__ = '0.3.0'
+__version__ = '0.3.1'
 required_bzr_version = (0,15)
 
 def check_bzrlib_version(desired):

=== modified file 'setup.py'
--- a/setup.py	2007-01-16 02:43:03 +0000
+++ b/setup.py	2007-01-31 13:05:01 +0000
@@ -5,7 +5,7 @@
 setup(name='bzr-svn',
       description='Support for Subversion branches in Bazaar-NG',
       keywords='plugin bzr svn',
-      version='0.3',
+      version='0.3.1',
       url='http://bazaar-vcs.org/BzrForeignBranches/Subversion',
       download_url='http://bazaar-vcs.org/BzrSvn',
       license='GPL',




More information about the bazaar-commits mailing list