/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: Robert J. Tanner
  • Date: 2009-04-30 00:40:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4315.
  • Revision ID: tanner@real-time.com-20090430004030-3ddozhs12bt182o5
Change API compatibilty back to 1.13, for details:
http://permalink.gmane.org/gmane.comp.version-control.bazaar-ng.general/57260

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
version_info = (1, 15, 0, 'dev', 0)
54
54
 
55
55
# API compatibility version: bzrlib is currently API compatible with 1.13.
56
 
api_minimum_version = (1, 15, 0)
 
56
api_minimum_version = (1, 13, 0)
57
57
 
58
58
def _format_version_tuple(version_info):
59
59
    """Turn a version number 2, 3 or 5-tuple into a short string.