Prepare for 0.3.1
authorJelmer Vernooij <jelmer@samba.org>
Wed, 31 Jan 2007 13:05:01 +0000 (14:05 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 31 Jan 2007 13:05:01 +0000 (14:05 +0100)
NEWS
__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 72a9c062da835a3ed9f331cf0590a50b22da276b..380f6353e2c7c4c92e3d1f1f0853a4aa37721215 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 @@ bzr-svn 0.3.1 UNRELEASED
    * 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
 
index fd496934f404d2625944b99fd010a636f762d72b..fafc4bc6ca8c2c7d2f021d94f007091768aeff6d 100644 (file)
@@ -22,7 +22,7 @@ import sys
 import unittest
 import bzrlib
 
-__version__ = '0.3.0'
+__version__ = '0.3.1'
 required_bzr_version = (0,15)
 
 def check_bzrlib_version(desired):
index 91a510382ade8bb07d755172fc0c3d57b1778056..80d993c37bf350c56a7c95aa818b30c0e1910ef9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from distutils.core import setup
 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',