~bzr/ubuntu/karmic/bzr-gtk/bzr-ppa

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Vincent Ladeuil
  • Date: 2009-05-06 11:51:38 UTC
  • mfrom: (0.265.2 gtk)
  • mto: (0.297.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: v.ladeuil+lp@free.fr-20090506115138-7abxvg2qz4gzraup
UpgradeĀ COMPATIBLE_BZR_VERSIONS

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
__version__ = version_string
51
51
 
52
52
COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0),
53
 
                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0)]
 
53
                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0),
 
54
                           (1, 15, 0),]
54
55
 
55
56
bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
56
57