At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------ revno: 1768 revision-id: [email protected] parent: [email protected] committer: Jelmer Vernooij <[email protected]> branch nick: 0.4 timestamp: Tue 2009-01-13 00:35:20 +0100 message: Release bzr-svn 0.4.17, compatible with bzr 1.11. modified: NEWS news-20061231030336-h9fhq245ie0de8bs-1 __init__.py __init__.py-20051008155114-eae558e6cf149e1d setup.py setup.py-20060502115218-86950492da22353f === modified file 'NEWS' --- a/NEWS 2008-12-04 15:03:36 +0000 +++ b/NEWS 2009-01-12 23:35:20 +0000 @@ -1,3 +1,9 @@ +bzr-svn 0.4.17 2008-01-13 + + BUG FIXES + + * Mark as compatible with Bazaar 1.11. + bzr-svn 0.4.16 2008-12-06 BUG FIXES === modified file '__init__.py' --- a/__init__.py 2008-12-04 15:03:36 +0000 +++ b/__init__.py 2009-01-12 23:35:20 +0000 @@ -46,7 +46,7 @@ # versions ending in 'exp' mean experimental mappings # versions ending in 'dev' mean development version # versions ending in 'final' mean release (well tested, etc) -version_info = (0, 4, 16, 'final', 0) +version_info = (0, 4, 17, 'final', 0) if version_info[3] == 'final': version_string = '%d.%d.%d' % version_info[:3] @@ -54,7 +54,7 @@ version_string = '%d.%d.%d%s%d' % version_info __version__ = version_string -COMPATIBLE_BZR_VERSIONS = [(1, 10, 0)] +COMPATIBLE_BZR_VERSIONS = [(1, 10, 0), (1, 11, 0)] def check_subversion_version(): === modified file 'setup.py' --- a/setup.py 2008-11-10 02:11:54 +0000 +++ b/setup.py 2009-01-12 23:35:20 +0000 @@ -292,7 +292,7 @@ setup(name='bzr-svn', description='Support for Subversion branches in Bazaar', keywords='plugin bzr svn', - version='0.4.16', + version='0.4.17', url='http://bazaar-vcs.org/BzrForeignBranches/Subversion', download_url='http://bazaar-vcs.org/BzrSvn', license='GPL', -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
