At file:///home/jelmer/bzr-gtk/trunk/ ------------------------------------------------------------ revno: 628 revision-id: [email protected] parent: [email protected] committer: Jelmer Vernooij <[email protected]> branch nick: trunk timestamp: Fri 2009-02-27 02:28:30 +0100 message: Mark as compatible with bzr 1.13. === modified file 'NEWS' --- a/NEWS 2008-08-05 23:21:16 +0000 +++ b/NEWS 2009-02-27 01:28:30 +0000 @@ -12,6 +12,8 @@ * Fix Olive homepage URL. (#255152) + * Mark as compatible with bzr 1.13. + 0.95.0 2008-08-04 UI
=== modified file '__init__.py' --- a/__init__.py 2009-01-30 18:02:12 +0000 +++ b/__init__.py 2009-02-27 01:28:30 +0000 @@ -50,7 +50,7 @@ __version__ = version_string COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0), - (1, 10, 0), (1, 11, 0), (1, 12, 0)] + (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0)] bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS) -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
