~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-10 06:25:56 UTC
  • mfrom: (4360.5.4 bzr.1.15.1)
  • Revision ID: pqm@pqm.ubuntu.com-20090610062556-r5szm3gdybs8w5nq
(tanner) Merge release 1.15.1 back to trunk

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):