~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-04 03:33:14 UTC
  • mfrom: (4324.1.1 api_bump)
  • Revision ID: pqm@pqm.ubuntu.com-20090504033314-7mfh3y311028dk2m
(andrew) Bump api_minimum_version to 0.15.0 because of the removal of
        InstallFailed.

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, 13, 0)
 
56
api_minimum_version = (1, 15, 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.