/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: Andrew Bennetts
  • Date: 2009-06-15 06:47:14 UTC
  • mfrom: (4438 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4446.
  • Revision ID: andrew.bennetts@canonical.com-20090615064714-j04tkbgfz6bis3la
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
version_info = (1, 16, 0, 'dev', 0)
54
54
 
55
 
# API compatibility version: bzrlib is currently API compatible with 1.13.
 
55
# API compatibility version: bzrlib is currently API compatible with 1.15.
56
56
api_minimum_version = (1, 15, 0)
57
57
 
58
58
def _format_version_tuple(version_info):