At file:///home/jelmer/bzr-rebase/trunk/

------------------------------------------------------------
revno: 132
revision-id: [email protected]
parent: [email protected]
committer: Jelmer Vernooij <[email protected]>
branch nick: trunk
timestamp: Fri 2009-02-27 02:22:47 +0100
message:
  mark as compatible with bzr 1.13.
=== modified file 'NEWS'
--- a/NEWS      2009-02-15 00:53:11 +0000
+++ b/NEWS      2009-02-27 01:22:47 +0000
@@ -1,5 +1,9 @@
 0.4.4  UNRELEASED
 
+ BUG FIXES
+
+  * Mark as compatible with bzr 1.13.
+
 0.4.3  2009-02-15
 
  BUG FIXES

=== modified file '__init__.py'
--- a/__init__.py       2009-02-21 02:01:58 +0000
+++ b/__init__.py       2009-02-27 01:22:47 +0000
@@ -34,7 +34,7 @@
 __author__ = 'Jelmer Vernooij <[email protected]>'
 
 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

Reply via email to