/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2009-03-03 03:01:49 UTC
  • mfrom: (4070 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4073.
  • Revision ID: mbp@sourcefrog.net-20090303030149-8p8o8hszdtqa7w8f
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
version_info = (1, 13, 0, 'dev', 0)
54
54
 
55
55
 
56
 
# API compatibility version: bzrlib is currently API compatible with 1.11.
57
 
api_minimum_version = (1, 11, 0)
 
56
# API compatibility version: bzrlib is currently API compatible with 1.13.
 
57
api_minimum_version = (1, 13, 0)
58
58
 
59
59
 
60
60
def _format_version_tuple(version_info):