/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Vincent Ladeuil
  • Date: 2009-05-04 07:01:58 UTC
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: v.ladeuil+lp@free.fr-20090504070158-j5cvke5s82ow4v53
Upgrade COMPATIBLE_BZR_VERSIONS.

* __init__.py: 
(COMPATIBLE_BZR_VERSIONS): Add 1.15.0.

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