~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-06-17 10:04:37 UTC
  • mfrom: (4449.2.6 339385-set-progress-bar)
  • Revision ID: pqm@pqm.ubuntu.com-20090617100437-gavn9zkum4dj5yjz
(mbp) resurrect BZR_PROGRESS_BAR

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
version_info = (1, 17, 0, 'dev', 0)
54
54
 
55
55
# API compatibility version: bzrlib is currently API compatible with 1.15.
56
 
api_minimum_version = (1, 15, 0)
 
56
api_minimum_version = (1, 17, 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.